Package gov.nih.mipav.model.algorithms
Class SchwarzChristoffelMapping.ODEModel
java.lang.Object
gov.nih.mipav.model.algorithms.ODE
gov.nih.mipav.model.algorithms.SchwarzChristoffelMapping.ODEModel
- Enclosing class:
SchwarzChristoffelMapping
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionODEModel(int neqn, double[] y, double[] t, double tout, double[] relerr, double[] abserr, int[] iflag, double[][] scale, double[][] z, double[] beta, double[] c) -
Method Summary
-
Field Details
-
scale
double[][] scale -
z
double[][] z -
beta
double[] beta -
c
double[] c
-
-
Constructor Details
-
ODEModel
public ODEModel(int neqn, double[] y, double[] t, double tout, double[] relerr, double[] abserr, int[] iflag, double[][] scale, double[][] z, double[] beta, double[] c)
-
-
Method Details