Package | Description |
---|---|
org.hipparchus.analysis.differentiation |
This package holds the main interfaces and basic building block classes
dealing with differentiation.
|
Modifier and Type | Method and Description |
---|---|
FieldTaylorMap<T> |
FieldTaylorMap.compose(FieldTaylorMap<T> other)
Compose the instance with another Taylor map as \(\mathrm{this} \circ \mathrm{other}\).
|
FieldTaylorMap<T> |
FieldTaylorMap.invert(FieldMatrixDecomposer<T> decomposer)
Invert the instance.
|
Modifier and Type | Method and Description |
---|---|
FieldTaylorMap<T> |
FieldTaylorMap.compose(FieldTaylorMap<T> other)
Compose the instance with another Taylor map as \(\mathrm{this} \circ \mathrm{other}\).
|
Copyright © 2016-2022 CS GROUP. All rights reserved.