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