public class AbstractOdeSolver.Interp1D
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
Method |
DblMatrix |
X |
DblMatrix |
Y |
| Constructor and Description |
|---|
Interp1D(DblMatrix X,
DblMatrix Y) |
Interp1D(DblMatrix X,
DblMatrix Y,
java.lang.String method) |
| Modifier and Type | Method and Description |
|---|---|
DblMatrix |
predict(DblMatrix XX) |