Namespace: DotNumerics.Optimization.LBFGSBAssembly: 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
)
Public Function Run (
N As Integer,
X As Double(),
offset_x As Integer,
INCX As Integer
) As Double
Request Example
View SourceParameters
- 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
DoubleSee Also