Class SchwarzChristoffelMapping2.stpfun3

    • Field Detail

      • n

        int n
      • nb

        int nb
      • beta

        double[] beta
      • nmlen

        double[][] nmlen
      • left

        int[] left
      • right

        int[] right
      • cmplx

        boolean[] cmplx
      • qdat

        double[][] qdat
    • Constructor Detail

      • stpfun3

        public stpfun3​(boolean initialJacobianIdentity,
                       double[] x0,
                       double[] fparam,
                       boolean analyticJacobian,
                       double[][] scale,
                       java.util.Vector<java.lang.Double> path,
                       double[] btrack,
                       int trace,
                       int method,
                       int maxIterations,
                       double fvectol,
                       double steptol,
                       double maxStepSize,
                       double details11,
                       int scaling,
                       int n,
                       int nb,
                       double[] beta,
                       double[][] nmlen,
                       int[] left,
                       int[] right,
                       boolean[] cmplx,
                       double[][] qdat)
    • Method Detail

      • fitToFunction

        public void fitToFunction​(double[] fvplus,
                                  double[] xplus,
                                  double[] fparam)
        Specified by:
        fitToFunction in class NESolve
      • fitToJacobian

        public void fitToJacobian​(double[][] jc,
                                  int[] addfun,
                                  double[] x0,
                                  double[] fparam)
        Specified by:
        fitToJacobian in class NESolve
      • driver

        public void driver()
        Starts the analysis.
        Overrides:
        driver in class NESolve