Package gov.nih.mipav.model.algorithms
Class CeresSolver.LinearSolverSummary
- java.lang.Object
-
- gov.nih.mipav.model.algorithms.CeresSolver.LinearSolverSummary
-
- Enclosing class:
- CeresSolver
class CeresSolver.LinearSolverSummary extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) java.lang.String[]
message
(package private) int
num_iterations
(package private) double
residual_norm
(package private) CeresSolver.LinearSolverTerminationType
termination_type
-
Constructor Summary
Constructors Constructor Description LinearSolverSummary()
-
-
-
Field Detail
-
residual_norm
double residual_norm
-
num_iterations
int num_iterations
-
termination_type
CeresSolver.LinearSolverTerminationType termination_type
-
message
java.lang.String[] message
-
-