Package gov.nih.mipav.model.algorithms
Class CeresSolver.LinearLeastSquaresProblem
java.lang.Object
gov.nih.mipav.model.algorithms.CeresSolver.LinearLeastSquaresProblem
- Enclosing class:
CeresSolver
-
Field Summary
FieldsModifier and TypeFieldDescriptiondouble[]double[]intdouble[]double[] -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
A
-
b
public double[] b -
D
public double[] D -
num_eliminate_blocks
public int num_eliminate_blocks -
x
public double[] x -
x_D
public double[] x_D
-
-
Constructor Details
-
LinearLeastSquaresProblem
public LinearLeastSquaresProblem()
-