Package gov.nih.mipav.model.algorithms
Class CeresSolverTest.Fixture
- java.lang.Object
-
- gov.nih.mipav.model.algorithms.CeresSolverTest.Fixture
-
- Direct Known Subclasses:
CeresSolverTest.DoglegStrategyFixtureEllipse
,CeresSolverTest.DoglegStrategyFixtureValley
- Enclosing class:
- CeresSolverTest
class CeresSolverTest.Fixture extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected CeresSolver.DenseSparseMatrix
jacobian_
protected CeresSolver.TrustRegionStrategyOptions
options_
protected double[]
residual_
protected double[]
x_
-
Constructor Summary
Constructors Constructor Description Fixture()
-
-
-
Field Detail
-
jacobian_
protected CeresSolver.DenseSparseMatrix jacobian_
-
residual_
protected double[] residual_
-
x_
protected double[] x_
-
options_
protected CeresSolver.TrustRegionStrategyOptions options_
-
-