public interface VField
| Modifier and Type | Method and Description |
|---|---|
boolean |
evaluateAt(double[] y,
double[] y1)
Right-hand sides of a differential equation.
|
boolean evaluateAt(double[] y,
double[] y1)
y - Evaluation point.y1 - Value of the vector field at the evaluation point.