Class SchwarzChristoffelMapping2.ODESTModel

java.lang.Object
gov.nih.mipav.model.algorithms.ODE
gov.nih.mipav.model.algorithms.SchwarzChristoffelMapping2.ODESTModel
Enclosing class:
SchwarzChristoffelMapping2

class SchwarzChristoffelMapping2.ODESTModel extends ODE
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    (package private) double[]
     
    (package private) double[]
     
    (package private) double[][]
     
    (package private) double[][]
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    ODESTModel(int neqn, double[] y, double[] t, double tout, double[] relerr, double[] abserr, int[] iflag, double[][] scale, double[][] z, double[] beta, double[] c)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    DOCUMENT ME!
    void
    f(double x, double[] yy, double[] yp)
     

    Methods inherited from class gov.nih.mipav.model.algorithms.ODE

    getAbserr, getErrorMessage, getIflag, getRelerr, getT, getY, step

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • scale

      double[][] scale
    • z

      double[][] z
    • beta

      double[] beta
    • c

      double[] c
  • Constructor Details

    • ODESTModel

      public ODESTModel(int neqn, double[] y, double[] t, double tout, double[] relerr, double[] abserr, int[] iflag, double[][] scale, double[][] z, double[] beta, double[] c)
  • Method Details

    • driver

      public void driver()
      DOCUMENT ME!
      Overrides:
      driver in class ODE
    • f

      public void f(double x, double[] yy, double[] yp)
      Specified by:
      f in class ODE