Package | Description |
---|---|
org.hipparchus.analysis.differentiation |
This package holds the main interfaces and basic building block classes
dealing with differentiation.
|
org.hipparchus.linear |
Linear algebra support.
|
Modifier and Type | Method and Description |
---|---|
FieldTaylorMap<T> |
FieldTaylorMap.invert(FieldMatrixDecomposer<T> decomposer)
Invert the instance.
|
Modifier and Type | Class and Description |
---|---|
class |
FieldLUDecomposer<T extends FieldElement<T>>
Matrix decomposer using LU-decomposition.
|
class |
FieldQRDecomposer<T extends CalculusFieldElement<T>>
Matrix decomposer using QR-decomposition.
|
Copyright © 2016-2022 CS GROUP. All rights reserved.