Uses of Package
org.ejml.simple
Packages that use org.ejml.simple
-
Classes in org.ejml.simple used by org.ejml.equationClassDescription
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. -
Classes in org.ejml.simple used by org.ejml.simpleClassDescriptionConverts 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. -
Classes in org.ejml.simple used by org.ejml.simple.opsClassDescriptionHigh level interface for operations inside of SimpleMatrix for one matrix type.Extension to
SimpleOperations
for sparse matrices