Uses of Package
org.ejml.simple
-
ClassDescription
SimpleMatrix
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. -
ClassDescriptionConverts a matrix type into the most common format to make sure data types are compatibleInterface that only implements operations in
SimpleBase
that are read only.Parent ofSimpleMatrix
implements all the standard matrix operations and uses generics to allow the returned matrix type to be changed.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.High level interface for operations inside of SimpleMatrix for one matrix type.Wrapper around SVD for simple matrix. -
ClassDescriptionHigh level interface for operations inside of SimpleMatrix for one matrix type.Extension to
SimpleOperations
for sparse matrices