Package gov.nih.mipav.model.algorithms
Class CeresSolverTest.LinearSolverAndEvaluatorCreationTest
- java.lang.Object
-
- gov.nih.mipav.model.algorithms.CeresSolverTest.LinearSolverAndEvaluatorCreationTest
-
- Enclosing class:
- CeresSolverTest
class CeresSolverTest.LinearSolverAndEvaluatorCreationTest extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) CeresSolver.ProblemImpl
problem_
private double[]
x_
private double[]
y_
private double[]
z_
-
Constructor Summary
Constructors Constructor Description LinearSolverAndEvaluatorCreationTest(CeresSolver.ProblemImpl problem_, double[] x_, double[] y_, double[] z_)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
SetUp()
-
-
-
Field Detail
-
x_
private double[] x_
-
y_
private double[] y_
-
z_
private double[] z_
-
problem_
CeresSolver.ProblemImpl problem_
-
-
Constructor Detail
-
LinearSolverAndEvaluatorCreationTest
public LinearSolverAndEvaluatorCreationTest(CeresSolver.ProblemImpl problem_, double[] x_, double[] y_, double[] z_)
-
-