void |
AbstractParameterizable.complainIfNotSupported(String name) |
Check if a parameter is supported and throw an IllegalArgumentException if not.
|
void |
ParameterJacobianProvider.computeParameterJacobian(double t,
double[] y,
double[] yDot,
String paramName,
double[] dFdP) |
Compute the Jacobian matrix of ODE with respect to one parameter.
|
double |
ParameterizedODE.getParameter(String name) |
Get parameter value from its name.
|
void |
JacobianMatrices.setInitialParameterJacobian(String pName,
double[] dYdP) |
Set the initial value of a column of the Jacobian matrix with respect to one parameter.
|
void |
ParameterizedODE.setParameter(String name,
double value) |
Set the value for a given parameter.
|
void |
JacobianMatrices.setParameterStep(String parameter,
double hP) |
Set the step associated to a parameter in order to compute by finite
difference the Jacobian matrix.
|