| Class | Description |
|---|---|
| CommonOps |
Common matrix operations are contained here.
|
| CovarianceOps |
Contains operations specific to covariance matrices.
|
| CovarianceRandomDraw |
Generates random vectors based on a zero mean multivariate Gaussian distribution.
|
| EigenOps |
Additional functions related to eigenvalues and eigenvectors of a matrix.
|
| EjmlUnitTests |
Contains various functions related to unit testing matrix operations.
|
| MatrixComponent |
Renders a matrix as an image.
|
| MatrixFeatures |
Used to compute features that describe the structure of a matrix.
|
| MatrixVisualization |
Functions for visualizing matrices in a GUI matrices.
|
| NormOps |
Norms are a measure of the size of a vector or a matrix.
|
| RandomMatrices |
Contains a list of functions for creating random dense real matrices and vectors with different structures.
|
| SingularOps |
Operations related to singular value decomposition.
|
| SpecializedOps |
This contains less common or more specialized matrix operations.
|
| Exception | Description |
|---|---|
| EjmlUnitTests.TestException |