Class CeresSolverTest.LinearCostFunction2

java.lang.Object
gov.nih.mipav.model.algorithms.CeresSolver.CostFunction
gov.nih.mipav.model.algorithms.CeresSolverTest.LinearCostFunction2
Enclosing class:
CeresSolverTest

class CeresSolverTest.LinearCostFunction2 extends CeresSolver.CostFunction
  • Field Details

    • a_

      private double a_
    • b_

      private double b_
  • Constructor Details

    • LinearCostFunction2

      public LinearCostFunction2(double a, double b)
  • Method Details