Uses of Class
org.ejml.simple.SimpleBase
-
Uses of SimpleBase in org.ejml.simple
Modifier and TypeClassDescriptionclass
SimpleBase<T extends SimpleBase<T>>
Parent ofSimpleMatrix
implements all the standard matrix operations and uses generics to allow the returned matrix type to be changed.class
SimpleEVD<T extends SimpleBase>
Wrapper around EigenDecomposition for SimpleMatrixclass
SimpleSVD<T extends SimpleBase>
Wrapper around SVD for simple matrix.Modifier and TypeClassDescriptionclass
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.Modifier and TypeMethodDescription<T extends SimpleBase<T>>
TAutomaticSimpleMatrixConvert.convert
(SimpleBase<?> matrix) Modifier and TypeMethodDescription<T extends SimpleBase<T>>
TAutomaticSimpleMatrixConvert.convert
(SimpleBase<?> matrix)