Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public SolutionReport(
T result,
TError error,
AlgorithmStatus status,
int iterations
)
Public Sub New (
result As T,
error As TError,
status As AlgorithmStatus,
iterations As Integer
)
public:
SolutionReport(
T result,
TError error,
AlgorithmStatus status,
int iterations
)
new :
result : 'T *
error : 'TError *
status : AlgorithmStatus *
iterations : int -> SolutionReport
Parameters
- result
- Type: T
The value of the result. - error
- Type: TError
The estimated error of the result. - status
- Type: Extreme.MathematicsAlgorithmStatus
The status. - iterations
- Type: SystemInt32
The number of iterations performed by the algorithm.
Reference