Class SchwarzChristoffelMapping2.stpfun3

java.lang.Object
gov.nih.mipav.model.algorithms.NESolve
gov.nih.mipav.model.algorithms.SchwarzChristoffelMapping2.stpfun3
Enclosing class:
SchwarzChristoffelMapping2

class SchwarzChristoffelMapping2.stpfun3 extends NESolve
  • Field Details

    • n

      int n
    • nb

      int nb
    • beta

      double[] beta
    • nmlen

      double[][] nmlen
    • left

      int[] left
    • cmplx

      boolean[] cmplx
    • qdat

      double[][] qdat
  • Constructor Details

    • stpfun3

      public stpfun3(boolean initialJacobianIdentity, double[] x0, double[] fparam, boolean analyticJacobian, double[][] scale, Vector<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 Details

    • 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