public class ODESolution extends Object
Constructor and Description |
---|
ODESolution(double[] x,
Vector[] y)
Create a solution with estimated values at the given points.
|
Modifier and Type | Method and Description |
---|---|
double[] |
x()
Get the values of the independent variable.
|
Vector[] |
y()
Get the corresponding values of the dependent variable.
|
public ODESolution(double[] x, Vector[] y)
x
- the values of the independent variabley
- the corresponding values of the dependent variable.public double[] x()
public Vector[] y()
Copyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.