public interface ParametersController extends Parameterizable
partial derivatives equations
.Modifier and Type | Method and 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, isSupported
double 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-2021 CS GROUP. All rights reserved.