Class SchwarzChristoffelMapping.dpfun

    • Field Detail

      • n

        int n
      • beta

        double[] beta
      • nmlen

        double[] nmlen
      • left

        int[] left
      • right

        int[] right
      • cmplx

        boolean[] cmplx
      • qdat

        double[][] qdat
    • Constructor Detail

      • dpfun

        public dpfun​(double[] y0,
                     int n,
                     double[] beta,
                     double[] nmlen,
                     int[] left,
                     int[] right,
                     boolean[] cmplx,
                     double[][] qdat)
    • Method Detail

      • 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!