| Interface | Description |
|---|---|
| SimpleOperations<T extends org.ejml.data.Matrix> |
High level interface for operations inside of SimpleMatrix for one matrix type.
|
| Class | Description |
|---|---|
| AutomaticSimpleMatrixConvert |
Converts a matrix type into the most common format to make sure data types are compatible
|
| SimpleBase<T extends SimpleBase<T>> |
Parent of
SimpleMatrix implements all the standard matrix operations and uses
generics to allow the returned matrix type to be changed. |
| SimpleEVD<T extends SimpleBase> |
Wrapper around EigenDecomposition for SimpleMatrix
|
| SimpleMatrix |
SimpleMatrix is a wrapper around DMatrixRMaj that provides an
easy to use object oriented interface for performing matrix operations. |
| SimpleSVD<T extends SimpleBase> |
Wrapper around SVD for simple matrix.
|
| UtilSimpleMatrix |
| Exception | Description |
|---|---|
| ConvertToDenseException |
The operations will convert the sparse matrix into a dense matrix and the resulting matrix data type
should be a dense type not a sparse type
|