public interface DSGenerator
DerivativeStructure instances from ParameterDriver.
Note that this interface is for Rugged library internal use only.
| Modifier and Type | Method | Description |
|---|---|---|
org.hipparchus.analysis.differentiation.DerivativeStructure |
constant(double value) |
Generate a constant
DerivativeStructure. |
List<org.orekit.utils.ParameterDriver> |
getSelected() |
Get the parameters selected for estimation.
|
org.hipparchus.analysis.differentiation.DerivativeStructure |
variable(org.orekit.utils.ParameterDriver driver) |
Generate a
DerivativeStructure representing the
parameter driver either as a canonical variable or a constant. |
List<org.orekit.utils.ParameterDriver> getSelected()
org.hipparchus.analysis.differentiation.DerivativeStructure constant(double value)
DerivativeStructure.value - value of the constantDerivativeStructureorg.hipparchus.analysis.differentiation.DerivativeStructure variable(org.orekit.utils.ParameterDriver driver)
DerivativeStructure representing the
parameter driver either as a canonical variable or a constant.
The instance created is a variable only if the parameter has been selected for estimation, otherwise it is a constant.
driver - driver for the variableDerivativeStructureCopyright © 2014-2019 CS Systèmes d'information. All rights reserved.