Package gov.nih.mipav.model.algorithms
Class CeresSolverTest.ThreeParameterCostFunctorTest
- java.lang.Object
-
- gov.nih.mipav.model.algorithms.CeresSolverTest.ThreeParameterCostFunctorTest
-
- Enclosing class:
- CeresSolverTest
class CeresSolverTest.ThreeParameterCostFunctorTest extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description CeresSolver.DynamicNumericDiffCostFunction<CeresSolver.MyThreeParameterCostFunctor>
cost_function
double[]
expected_jacobian_x_
double[]
expected_jacobian_y_
double[]
expected_jacobian_z_
double[]
expected_residuals_
double[][]
jacobian
(package private) double
kTolerance
java.util.Vector<double[]>
parameter_blocks_
double[]
x_
double[]
y_
double[]
z_
-
Constructor Summary
Constructors Constructor Description ThreeParameterCostFunctorTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
SetUp()
void
ThreeParameterCostFunctorTestTestThreeParameterJacobian()
void
ThreeParameterCostFunctorTestTestThreeParameterResiduals()
void
ThreeParameterCostFunctorTestThreeParameterJacobianWithFirstAndLastParameterBlockConstant()
void
ThreeParameterCostFunctorTestThreeParameterJacobianWithSecondParameterBlockConstant()
-
-
-
Field Detail
-
kTolerance
final double kTolerance
- See Also:
- Constant Field Values
-
x_
public double[] x_
-
y_
public double[] y_
-
z_
public double[] z_
-
parameter_blocks_
public java.util.Vector<double[]> parameter_blocks_
-
cost_function
public CeresSolver.DynamicNumericDiffCostFunction<CeresSolver.MyThreeParameterCostFunctor> cost_function
-
jacobian
public double[][] jacobian
-
expected_residuals_
public double[] expected_residuals_
-
expected_jacobian_x_
public double[] expected_jacobian_x_
-
expected_jacobian_y_
public double[] expected_jacobian_y_
-
expected_jacobian_z_
public double[] expected_jacobian_z_
-
-
Method Detail
-
SetUp
public void SetUp()
-
ThreeParameterCostFunctorTestTestThreeParameterResiduals
public void ThreeParameterCostFunctorTestTestThreeParameterResiduals()
-
ThreeParameterCostFunctorTestTestThreeParameterJacobian
public void ThreeParameterCostFunctorTestTestThreeParameterJacobian()
-
ThreeParameterCostFunctorTestThreeParameterJacobianWithFirstAndLastParameterBlockConstant
public void ThreeParameterCostFunctorTestThreeParameterJacobianWithFirstAndLastParameterBlockConstant()
-
ThreeParameterCostFunctorTestThreeParameterJacobianWithSecondParameterBlockConstant
public void ThreeParameterCostFunctorTestThreeParameterJacobianWithSecondParameterBlockConstant()
-
-