Package gov.nih.mipav.model.algorithms
Class CeresSolver.HomogeneousVectorParameterization
java.lang.Object
gov.nih.mipav.model.algorithms.CeresSolver.LocalParameterization
gov.nih.mipav.model.algorithms.CeresSolver.HomogeneousVectorParameterization
- Enclosing class:
CeresSolver
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanComputeJacobian(double[] x_ptr, int x_start, double[][] jacobian_ptr) intintbooleanPlus(double[] x_ptr, double[] delta_ptr, double[] x_plus_delta_ptr) booleanPlus(Vector<Double> x, int x_index, Vector<Double> delta, int delta_index, Vector<Double> x_plus_delta, int x_plus_delta_index) Methods inherited from class gov.nih.mipav.model.algorithms.CeresSolver.LocalParameterization
MultiplyByJacobian, MultiplyByJacobian
-
Field Details
-
size_
private int size_
-
-
Constructor Details
-
HomogeneousVectorParameterization
public HomogeneousVectorParameterization(int size)
-
-
Method Details
-
Plus
public boolean Plus(double[] x_ptr, double[] delta_ptr, double[] x_plus_delta_ptr) - Specified by:
Plusin classCeresSolver.LocalParameterization
-
Plus
public boolean Plus(Vector<Double> x, int x_index, Vector<Double> delta, int delta_index, Vector<Double> x_plus_delta, int x_plus_delta_index) - Specified by:
Plusin classCeresSolver.LocalParameterization
-
ComputeJacobian
public boolean ComputeJacobian(double[] x_ptr, int x_start, double[][] jacobian_ptr) - Specified by:
ComputeJacobianin classCeresSolver.LocalParameterization
-
GlobalSize
public int GlobalSize()- Specified by:
GlobalSizein classCeresSolver.LocalParameterization
-
LocalSize
public int LocalSize()- Specified by:
LocalSizein classCeresSolver.LocalParameterization
-