NamedParameterJacobianProvider
, ODEJacobiansProvider
, ParameterJacobianProvider
, ParametersController
AbstractParameterizable
public interface Parameterizable
Modifier and Type | Method | Description |
---|---|---|
List<String> |
getParametersNames() |
Get the names of the supported parameters.
|
boolean |
isSupported(String name) |
Check if a parameter is supported.
|
List<String> getParametersNames()
isSupported(String)
boolean isSupported(String name)
Supported parameters are those listed by getParametersNames()
.
name
- parameter name to checkgetParametersNames()
Copyright © 2016–2018 Hipparchus.org. All rights reserved.