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 |
---|---|
TaylorMap |
TaylorMap.invert(MatrixDecomposer decomposer)
Invert the instance.
|
Modifier and Type | Class and Description |
---|---|
class |
CholeskyDecomposer
Matrix decomposer using Cholseky decomposition.
|
class |
LUDecomposer
Matrix decomposer using LU-decomposition.
|
class |
QRDecomposer
Matrix decomposer using QR-decomposition.
|
class |
SingularValueDecomposer
Matrix decomposer using Singular Value Decomposition.
|
Copyright © 2016-2022 CS GROUP. All rights reserved.