Results obtained with the compute() method of the LBFGS algorithm in the batch processing mode.
More...
| def allocate_{Float64|Float32} |
( |
|
self, |
|
|
|
input, |
|
|
|
par, |
|
|
|
method |
|
) |
| |
Allocates memory to store the results of the iterative solver algorithm
- Parameters
-
| input | Pointer to the input structure |
| par | Pointer to the parameter structure |
| method | Computation method of the algorithm |
- Full Names
allocate_Float64 is for float64
allocate_Float32 is for float32
| def check |
( |
|
self, |
|
|
|
input, |
|
|
|
par, |
|
|
|
method |
|
) |
| |
Checks the result of the iterative solver algorithm
- Parameters
-
| input | Input of algorithm |
| par | Parameter of algorithm |
| method | Computation method of the algorithm |
- Returns
- Status of computations
Returns optional result of the algorithm
- Parameters
-
| id | Identifier of the optional result |
- Returns
- optional result that corresponds to the given identifier
| def getOptionalData |
( |
|
self, |
|
|
|
id |
|
) |
| |
Returns optional result of the algorithm
- Parameters
-
| id | Identifier of the optional result |
- Returns
- optional result that corresponds to the given identifier
| def getSerializationTag |
( |
|
self | ) |
|
getSerializationTag(Result self) -> int
| def set |
( |
|
self, |
|
|
|
id, |
|
|
|
ptr |
|
) |
| |
Sets optional result of the algorithm
- Parameters
-
| id | Identifier of the optional result |
| ptr | Pointer to the optional result |
| def setOptionalData |
( |
|
self, |
|
|
|
id, |
|
|
|
ptr |
|
) |
| |
Sets optional result of the algorithm
- Parameters
-
| id | Identifier of the optional result |
| ptr | Pointer to the optional result |
The documentation for this class was generated from the following file: