Package gov.nih.mipav.model.algorithms
Class SchwarzChristoffelMapping2.ODEHPModel
java.lang.Object
gov.nih.mipav.model.algorithms.ODE
gov.nih.mipav.model.algorithms.SchwarzChristoffelMapping2.ODEHPModel
- Enclosing class:
SchwarzChristoffelMapping2
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionODEHPModel(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
-
ODEHPModel
public ODEHPModel(int neqn, double[] y, double[] t, double tout, double[] relerr, double[] abserr, int[] iflag, double[][] scale, double[][] z, double[] beta, double[] c)
-
-
Method Details