Class CeresSolverTest.BadLocalParameterization

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int calls_  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean ComputeJacobian​(double[] x, double[] jacobian)  
      boolean ComputeJacobian​(double[] x, double[][] jacobian)  
      boolean ComputeJacobian​(double[] x, int x_index, double[][] jacobian)  
      int GlobalSize()  
      int LocalSize()  
      boolean Plus​(double[] x, double[] delta, double[] x_plus_delta)  
      boolean Plus​(java.util.Vector<java.lang.Double> x, int x_index, java.util.Vector<java.lang.Double> delta, int delta_index, java.util.Vector<java.lang.Double> x_plus_delta, int x_plus_delta_index)  
      • Methods inherited from class java.lang.Object

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

      • calls_

        private int calls_
    • Constructor Detail

      • BadLocalParameterization

        public BadLocalParameterization()