protected abstract static class FundamentalRefinement.Base extends Object implements org.apache.commons.math3.fitting.leastsquares.MultivariateJacobianFunction
| Constructor and Description | 
|---|
| Base(List<? extends IndependentPair<? extends Point2d,? extends Point2d>> data) | 
| Modifier and Type | Method and Description | 
|---|---|
| org.apache.commons.math3.util.Pair<org.apache.commons.math3.linear.RealVector,org.apache.commons.math3.linear.RealMatrix> | value(org.apache.commons.math3.linear.RealVector point) | 
public Base(List<? extends IndependentPair<? extends Point2d,? extends Point2d>> data)
public org.apache.commons.math3.util.Pair<org.apache.commons.math3.linear.RealVector,org.apache.commons.math3.linear.RealMatrix> value(org.apache.commons.math3.linear.RealVector point)
value in interface org.apache.commons.math3.fitting.leastsquares.MultivariateJacobianFunction