-
Interface Summary
| Interface |
Description |
| SimpleOperations<T extends org.ejml.data.Matrix> |
High level interface for operations inside of SimpleMatrix for one matrix type.
|
| SimpleSparseOperations<S extends org.ejml.data.MatrixSparse,D extends org.ejml.data.Matrix> |
|
-
Class Summary
| 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.
|
-
Exception Summary
| 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
|
| ConvertToImaginaryException |
An operation has been requested which will only work on imaginary numbers
|
| UnsupportedOperation |
This operation isn't supported yet
|