Class CeresSolver.MyThreeParameterCostFunctor

  • Enclosing class:
    CeresSolver

    public class CeresSolver.MyThreeParameterCostFunctor
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean operator​(java.util.Vector<double[]> parameters, double[] residuals)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MyThreeParameterCostFunctor

        public MyThreeParameterCostFunctor()
    • Method Detail

      • operator

        public boolean operator​(java.util.Vector<double[]> parameters,
                                double[] residuals)