@Deprecated public interface ParameterizedODE extends FirstOrderDifferentialEquations
first order differential equations
with parameters.FirstOrderIntegratorWithJacobians
Modifier and Type | Method and Description |
---|---|
int |
getParametersDimension()
Deprecated.
Get the number of parameters.
|
void |
setParameter(int i,
double value)
Deprecated.
Set a parameter.
|
computeDerivatives, getDimension
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"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"