Click or drag to resize

DNRM2Run Method


Namespace: DotNumerics.LinearAlgebra.CSLapack
Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public double Run(
	int N,
	double[] X,
	int offset_x,
	int INCX
)
Request Example View Source

Parameters

N  Int32
 
X  Double
 
offset_x  Int32
 
INCX  Int32
 

Return Value

Double

Implements

IDNRM2Run(Int32, Double, Int32, Int32)
See Also