Class SchwarzChristoffelMapping.depfun

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

class SchwarzChristoffelMapping.depfun extends NLConstrainedEngine
  • Field Details

    • n

      int n
    • beta

      double[] beta
    • nmlen

      double[] nmlen
    • qdat

      double[][] qdat
  • Constructor Details

    • depfun

      public depfun(double[] y0, int n, double[] beta, double[] nmlen, double[][] qdat)
  • Method Details

    • driver

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

      public void dumpResults()
      Display results of displaying exponential fitting parameters.
    • 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!