Package gov.nih.mipav.model.algorithms
Class CeresSolver.LinearLeastSquaresProblem
- java.lang.Object
-
- gov.nih.mipav.model.algorithms.CeresSolver.LinearLeastSquaresProblem
-
- Enclosing class:
- CeresSolver
class CeresSolver.LinearLeastSquaresProblem extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description CeresSolver.SparseMatrix
A
double[]
b
double[]
D
int
num_eliminate_blocks
double[]
x
double[]
x_D
-
Constructor Summary
Constructors Constructor Description LinearLeastSquaresProblem()
-
-
-
Field Detail
-
A
public CeresSolver.SparseMatrix 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
-
-