See: Description
| Class | Description |
|---|---|
| CholeskyDecomposition |
Calculates the Cholesky decomposition of a matrix.
|
| DecompositionSupport |
Helper methods to support decomposition of matrix types having some functionality limited.
|
| EigenDecomposition |
This class provides EigenDecomposition of given matrix.
|
| LUDecomposition |
Calculates the LU-decomposition of a square matrix.
|
| QRDecomposition |
For an
m x n matrix A with m >= n, the QR decomposition
is an m x n orthogonal matrix Q and an n x n upper
triangular matrix R so that A = Q*R. |
| QRDSolver |
For an
m x n matrix A with m >= n, the QR decomposition
is an m x n orthogonal matrix Q and an n x n upper
triangular matrix R so that A = Q*R. |
| SingularValueDecomposition |
Compute a singular value decomposition (SVD) of
(l x k) matrix m. |
Follow @ApacheIgnite
Ignite Fabric : ver. 2.6.0 Release Date : July 10 2018