public interface org.apache.commons.math3.fitting.leastsquares.LeastSquaresProblem extends org.apache.commons.math3.optim.OptimizationProblem<org.apache.commons.math3.fitting.leastsquares.LeastSquaresProblem$Evaluation>
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.apache.commons.math3.fitting.leastsquares.LeastSquaresProblem
  super_class: java.lang.Object
{
  public abstract org.apache.commons.math3.linear.RealVector getStart();
    descriptor: ()Lorg/apache/commons/math3/linear/RealVector;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract int getObservationSize();
    descriptor: ()I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract int getParameterSize();
    descriptor: ()I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract org.apache.commons.math3.fitting.leastsquares.LeastSquaresProblem$Evaluation evaluate(org.apache.commons.math3.linear.RealVector);
    descriptor: (Lorg/apache/commons/math3/linear/RealVector;)Lorg/apache/commons/math3/fitting/leastsquares/LeastSquaresProblem$Evaluation;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      point  
}
Signature: Ljava/lang/Object;Lorg/apache/commons/math3/optim/OptimizationProblem<Lorg/apache/commons/math3/fitting/leastsquares/LeastSquaresProblem$Evaluation;>;
SourceFile: "LeastSquaresProblem.java"
NestMembers:
  org.apache.commons.math3.fitting.leastsquares.LeastSquaresProblem$Evaluation
InnerClasses:
  public abstract Evaluation = org.apache.commons.math3.fitting.leastsquares.LeastSquaresProblem$Evaluation of org.apache.commons.math3.fitting.leastsquares.LeastSquaresProblem