Parameterizablepublic interface ParametersController extends Parameterizable
partial derivatives equations.| Modifier and Type | Method | Description |
|---|---|---|
double |
getParameter(String name) |
Get parameter value from its name.
|
void |
setParameter(String name,
double value) |
Set the value for a given parameter.
|
getParametersNames, isSupporteddouble getParameter(String name) throws MathIllegalArgumentException
name - parameter nameMathIllegalArgumentException - if parameter is not supportedvoid setParameter(String name, double value) throws MathIllegalArgumentException
name - parameter namevalue - parameter valueMathIllegalArgumentException - if parameter is not supportedCopyright © 2016–2018 Hipparchus.org. All rights reserved.