Package org.ejml.simple
-
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> Extension toSimpleOperations
for sparse matrices -
Class Summary Class Description AutomaticSimpleMatrixConvert Converts a matrix type into the most common format to make sure data types are compatibleSimpleBase<T extends SimpleBase<T>> Parent ofSimpleMatrix
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 SimpleMatrixSimpleMatrix SimpleMatrix
is a wrapper aroundDMatrixRMaj
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 typeConvertToImaginaryException An operation has been requested which will only work on imaginary numbersUnsupportedOperation This operation isn't supported yet