Uses of Class
org.ejml.simple.SimpleBase
Packages that use SimpleBase
-
Uses of SimpleBase in org.ejml.simple
Classes in org.ejml.simple with type parameters of type SimpleBaseModifier and TypeClassDescriptionclassSimpleBase<T extends SimpleBase<T>>Parent ofSimpleMatriximplements all the standard matrix operations and uses generics to allow the returned matrix type to be changed.classSimpleEVD<T extends SimpleBase>Wrapper around EigenDecomposition for SimpleMatrixclassSimpleSVD<T extends SimpleBase>Wrapper around SVD for simple matrix.Subclasses of SimpleBase in org.ejml.simpleModifier and TypeClassDescriptionclassSimpleMatrixis a wrapper around a primitive matrix type (for example,DMatrixRMajorFMatrixSparseCSC) that provides an easy to use object oriented interface for performing matrix operations.Methods in org.ejml.simple with type parameters of type SimpleBaseModifier and TypeMethodDescription<T extends SimpleBase<T>>
TAutomaticSimpleMatrixConvert.convert(SimpleBase<?> matrix) Methods in org.ejml.simple with parameters of type SimpleBaseModifier and TypeMethodDescription<T extends SimpleBase<T>>
TAutomaticSimpleMatrixConvert.convert(SimpleBase<?> matrix)