Package georegression.fitting.sphere
Class SphereToPointSignedDistanceJacobian_F64
java.lang.Object
georegression.fitting.sphere.SphereToPointSignedDistanceJacobian_F64
- All Implemented Interfaces:
FunctionInOut
,FunctionNtoMxN<org.ejml.data.DMatrixRMaj>
public class SphereToPointSignedDistanceJacobian_F64
extends Object
implements FunctionNtoMxN<org.ejml.data.DMatrixRMaj>
Jacobian of
SphereToPointSignedDistance_F64
.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.ejml.data.DMatrixRMaj
int
int
void
process
(double[] input, org.ejml.data.DMatrixRMaj output) void
setPoints
(List<Point3D_F64> points)
-
Constructor Details
-
SphereToPointSignedDistanceJacobian_F64
public SphereToPointSignedDistanceJacobian_F64()
-
-
Method Details
-
setPoints
-
getNumOfInputsN
public int getNumOfInputsN()- Specified by:
getNumOfInputsN
in interfaceFunctionInOut
-
getNumOfOutputsM
public int getNumOfOutputsM()- Specified by:
getNumOfOutputsM
in interfaceFunctionInOut
-
process
public void process(double[] input, org.ejml.data.DMatrixRMaj output) - Specified by:
process
in interfaceFunctionNtoMxN<org.ejml.data.DMatrixRMaj>
-
declareMatrixMxN
public org.ejml.data.DMatrixRMaj declareMatrixMxN()- Specified by:
declareMatrixMxN
in interfaceFunctionNtoMxN<org.ejml.data.DMatrixRMaj>
-