Class AlgorithmELSUNCOpt3D.FitOAR3DNL2solModel

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int currentDim  
      (package private) int[] iv  
      (package private) static int numEquations  
      (package private) static int numParameters  
      private double[] point  
      (package private) static boolean useAnalyticJacobian  
      (package private) double[] v  
      (package private) double[] x  
    • Constructor Summary

      Constructors 
      Constructor Description
      FitOAR3DNL2solModel​(double[] x, int[] iv, double[] v, int currentDim, double[] point)
      Creates a new FitSM2nl2solModel object.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void calcj​(int meqn, int nvar, double[] x, int nf, double[][] jac, int[] uiparm, double[] urparm)  
      void calcr​(int meqn, int nvar, double[] x, int[] nf, double[] r, int[] uiparm, double[] urparm)  
      void dumpResults()
      Display results of displaying OAR3D fitting parameter.
      • Methods inherited from class java.lang.Object

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

      • iv

        int[] iv
      • v

        double[] v
      • x

        double[] x
      • currentDim

        private int currentDim
      • point

        private double[] point
    • Constructor Detail

      • FitOAR3DNL2solModel

        public FitOAR3DNL2solModel​(double[] x,
                                   int[] iv,
                                   double[] v,
                                   int currentDim,
                                   double[] point)
        Creates a new FitSM2nl2solModel object.
        Parameters:
        nPoints - DOCUMENT ME!
        yData - DOCUMENT ME!
        x - DOCUMENT ME!
        iv -
        v -
        useAnalyticJacobian -
    • Method Detail

      • dumpResults

        public void dumpResults()
        Display results of displaying OAR3D fitting parameter.
      • calcr

        public void calcr​(int meqn,
                          int nvar,
                          double[] x,
                          int[] nf,
                          double[] r,
                          int[] uiparm,
                          double[] urparm)
        Specified by:
        calcr in class NL2sol
      • calcj

        public void calcj​(int meqn,
                          int nvar,
                          double[] x,
                          int nf,
                          double[][] jac,
                          int[] uiparm,
                          double[] urparm)
        Specified by:
        calcj in class NL2sol