Class SchwarzChristoffelMapping2.stpfunEP

java.lang.Object
gov.nih.mipav.model.algorithms.NLConstrainedEngineEP
gov.nih.mipav.model.algorithms.SchwarzChristoffelMapping2.stpfunEP
Enclosing class:
SchwarzChristoffelMapping2

class SchwarzChristoffelMapping2.stpfunEP extends NLConstrainedEngineEP
  • Field Details

  • Constructor Details

  • Method Details

    • driver

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

      public void dumpResults()
      Display results of displaying exponential fitting parameters.
    • fitToFunction

      public void fitToFunction(DoubleDouble[] a, DoubleDouble[] residuals, DoubleDouble[][] covarMat)
      Description copied from class: NLConstrainedEngineEP
      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 NLConstrainedEngineEP
      Parameters:
      a - DOCUMENT ME!
      residuals - DOCUMENT ME!
      covarMat - DOCUMENT ME!