Contains classes for computing the iterative solver.
More...
|
struct | Parameter |
| Parameter base class for the iterative solver algorithm More...
|
|
class | Input |
| Input parameters for the iterative solver algorithm More...
|
|
class | Result |
| Results obtained with the compute() method of the iterative solver algorithm in the batch processing mode. More...
|
|
Available identifiers of input for the iterative solver
Enumerator |
---|
inputArgument |
Initial value to start optimization
|
Available identifiers of optional input for the iterative solver
Enumerator |
---|
lastIteration |
NumericTable of size 1 x 1 with last iteration number. Applied for all method
|
Available identifiers of optional input for the iterative solver
Enumerator |
---|
optionalArgument |
Algorithm-specific input data, can be generated by previous runs of the algorithm
|
Available identifiers of optional results for the iterative solver algorithm
Enumerator |
---|
optionalResult |
Algorithm-specific result data generated if required by parameter flag optionalResultReq
|
Available identifiers of results for the iterative solver algorithm
Enumerator |
---|
minimum |
Numeric table of size p x 1 with the argument
|
nIterations |
Table containing the number of executed iterations
|