|
BoundedBroydenFletcherGoldfarbShannoInnerStatus Constructor
|
Namespace:
Accord.Math.Optimization
Assembly:
Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax public BoundedBroydenFletcherGoldfarbShannoInnerStatus(
int[] isave,
double[] dsave,
bool[] lsave,
string csave,
double[] work
)
Public Sub New (
isave As Integer(),
dsave As Double(),
lsave As Boolean(),
csave As String,
work As Double()
)
Request Example
View SourceParameters
- isave
- Type: SystemInt32
The isave L-BFGS status argument. - dsave
- Type: SystemDouble
The dsave L-BFGS status argument. - lsave
- Type: SystemBoolean
The lsave L-BFGS status argument. - csave
- Type: SystemString
The csave L-BFGS status argument. - work
- Type: SystemDouble
The work L-BFGS status argument.
See Also