Class SchwarzChristoffelMapping.rpfun

java.lang.Object
gov.nih.mipav.model.algorithms.NLConstrainedEngine
gov.nih.mipav.model.algorithms.SchwarzChristoffelMapping.rpfun
Enclosing class:
SchwarzChristoffelMapping

class SchwarzChristoffelMapping.rpfun extends NLConstrainedEngine
  • Field Details

    • n

      int n
    • beta

      double[] beta
    • nmlen

      double[][] nmlen
    • left

      int[] left
    • cmplx

      boolean[] cmplx
    • qdat

      double[][] qdat
    • corners

      int[] corners
  • Constructor Details

    • rpfun

      public rpfun(double[] y0, int n, double[] beta, double[][] nmlen, int[] left, int[] right, boolean[] cmplx, double[][] qdat, int[] corners)
  • Method Details

    • driver

      public void driver()
      Starts the analysis.
      Overrides:
      driver in class NLConstrainedEngine
    • dumpResults

      public void dumpResults()
    • fitToFunction

      public void fitToFunction(double[] a, double[] residuals, double[][] covarMat)
      Description copied from class: NLConstrainedEngine
      fitToFunction communicates with 3 protected variables param, nPts, and ctrlMat ctrlMat is used as a wrapper for ctrl or lctrl. Evaluates the residuals or the Jacobian at a certain a[]
      Specified by:
      fitToFunction in class NLConstrainedEngine
      Parameters:
      a - DOCUMENT ME!
      residuals - DOCUMENT ME!
      covarMat - DOCUMENT ME!