Package org.ejml.simple

Class Summary
SimpleBase<T extends SimpleBase> Parent of SimpleMatrix implements all the standard matrix operations and uses generics to allow the returned matrix type to be changed.
SimpleEVD<T extends SimpleMatrix> Wrapper around EigenDecomposition for SimpleMatrix
SimpleMatrix SimpleMatrix is a wrapper around DenseMatrix64F that provides an easy to use object oriented interface for performing matrix operations.
SimpleSVD<T extends SimpleMatrix> Wrapper around SVD for simple matrix.
 



Copyright © 2012. All Rights Reserved.