Package gov.nih.mipav.model.algorithms
Class CeresSolverTest.DoglegStrategyFixtureEllipseCorrectGaussNewtonStep
- java.lang.Object
-
- gov.nih.mipav.model.algorithms.CeresSolverTest.Fixture
-
- gov.nih.mipav.model.algorithms.CeresSolverTest.DoglegStrategyFixtureEllipse
-
- gov.nih.mipav.model.algorithms.CeresSolverTest.DoglegStrategyFixtureEllipseCorrectGaussNewtonStep
-
- Enclosing class:
- CeresSolverTest
class CeresSolverTest.DoglegStrategyFixtureEllipseCorrectGaussNewtonStep extends CeresSolverTest.DoglegStrategyFixtureEllipse
-
-
Field Summary
Fields Modifier and Type Field Description (package private) double
kToleranceLoose
-
Fields inherited from class gov.nih.mipav.model.algorithms.CeresSolverTest.Fixture
jacobian_, options_, residual_, x_
-
-
Constructor Summary
Constructors Constructor Description DoglegStrategyFixtureEllipseCorrectGaussNewtonStep()
-
Method Summary
-
Methods inherited from class gov.nih.mipav.model.algorithms.CeresSolverTest.DoglegStrategyFixtureEllipse
SetUp
-
-
-
-
Field Detail
-
kToleranceLoose
final double kToleranceLoose
- See Also:
- Constant Field Values
-
-