| Package | Description |
|---|---|
| gov.sandia.cognition.math.matrix.decomposition |
Provides matrix decompositions.
|
| gov.sandia.cognition.math.matrix.mtj.decomposition |
Provides matrix decomposition implementations using the Matrix Toolkits for
Java (MTJ) library.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractEigenDecomposition
Abstract partial implementation of the EigenDecomposition interface
|
| Modifier and Type | Class and Description |
|---|---|
class |
EigenDecompositionRightMTJ
Computes the right (standard) eigendecomposition of the given matrix.
|