|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ParameterizedODE
This interface represents first order differential equations with parameters.
FirstOrderIntegratorWithJacobians| Method Summary | |
|---|---|
int |
getParametersDimension()
Get the number of parameters. |
void |
setParameter(int i,
double value)
Set a parameter. |
| Methods inherited from interface org.apache.commons.math.ode.FirstOrderDifferentialEquations |
|---|
computeDerivatives, getDimension |
| Method Detail |
|---|
int getParametersDimension()
void setParameter(int i,
double value)
i - index of the parameters (must be between 0
and getParametersDimension() - 1)value - value for the parameter
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||