Class CeresSolver.CostFunctorExample

  • Enclosing class:
    CeresSolver

    class CeresSolver.CostFunctorExample
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean operator​(double[] x, double[] residual)  
      • Methods inherited from class java.lang.Object

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

      • CostFunctorExample

        public CostFunctorExample()
    • Method Detail

      • operator

        public boolean operator​(double[] x,
                                double[] residual)