Package gov.nih.mipav.model.algorithms
Class SchwarzChristoffelMapping.ODERectModel
- java.lang.Object
-
- gov.nih.mipav.model.algorithms.ODE
-
- gov.nih.mipav.model.algorithms.SchwarzChristoffelMapping.ODERectModel
-
- Enclosing class:
- SchwarzChristoffelMapping
class SchwarzChristoffelMapping.ODERectModel extends ODE
-
-
Constructor Summary
Constructors Constructor Description ODERectModel(int neqn, double[] y, double[] t, double tout, double[] relerr, double[] abserr, int[] iflag, double[][] scale, double[][] z, double[] beta, double[] c, double[][] zs, double[] L)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
driver()
DOCUMENT ME!void
f(double x, double[] yy, double[] yp)
-