Class CeresSolver.LinearLeastSquaresProblem

  • Enclosing class:
    CeresSolver

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

      • Methods inherited from class java.lang.Object

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

      • b

        public double[] b
      • D

        public double[] D
      • num_eliminate_blocks

        public int num_eliminate_blocks
      • x

        public double[] x
      • x_D

        public double[] x_D
    • Constructor Detail

      • LinearLeastSquaresProblem

        public LinearLeastSquaresProblem()