Package org.ejml.simple
package org.ejml.simple
-
ClassDescriptionConverts a matrix type into the most common format to make sure data types are compatibleConstMatrix<T extends ConstMatrix<T>>Interface that only implements operations in
SimpleBase
that are read only.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 typeAn operation has been requested which will only work on imaginary numbersSimpleBase<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
is a wrapper around a primitive matrix type (for example,DMatrixRMaj
orFMatrixSparseCSC
) that provides an easy to use object oriented interface for performing matrix operations.SimpleOperations<T extends Matrix>High level interface for operations inside of SimpleMatrix for one matrix type.Extension toSimpleOperations
for sparse matricesSimpleSVD<T extends SimpleBase>Wrapper around SVD for simple matrix.This operation isn't supported yet