Click or drag to resize

DNRM2Run Method


Namespace: DotNumerics.Optimization.LBFGSB
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
is a positive integer input variable.
X  Double
is an input array of length n.
offset_x  Int32
 
INCX  Int32
is a positive integer variable that specifies the stride of the vector.

Return Value

Double
See Also