Package gov.nih.mipav.model.algorithms
Class CeresSolverTest.ThreeParameterCostFunctorTest
java.lang.Object
gov.nih.mipav.model.algorithms.CeresSolverTest.ThreeParameterCostFunctorTest
- Enclosing class:
CeresSolverTest
-
Field Details
-
kTolerance
final double kTolerance- See Also:
-
x_
public double[] x_ -
y_
public double[] y_ -
z_
public double[] z_ -
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_
-
-
Constructor Details
-
ThreeParameterCostFunctorTest
public ThreeParameterCostFunctorTest()
-
-
Method Details
-
SetUp
public void SetUp() -
ThreeParameterCostFunctorTestTestThreeParameterResiduals
public void ThreeParameterCostFunctorTestTestThreeParameterResiduals() -
ThreeParameterCostFunctorTestTestThreeParameterJacobian
public void ThreeParameterCostFunctorTestTestThreeParameterJacobian() -
ThreeParameterCostFunctorTestThreeParameterJacobianWithFirstAndLastParameterBlockConstant
public void ThreeParameterCostFunctorTestThreeParameterJacobianWithFirstAndLastParameterBlockConstant() -
ThreeParameterCostFunctorTestThreeParameterJacobianWithSecondParameterBlockConstant
public void ThreeParameterCostFunctorTestThreeParameterJacobianWithSecondParameterBlockConstant()
-