Uses of Class
org.ejml.simple.SimpleBase

Packages that use SimpleBase
org.ejml.simple   
 

Uses of SimpleBase in org.ejml.simple
 

Classes in org.ejml.simple with type parameters of type SimpleBase
 class 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.
 

Subclasses of SimpleBase in org.ejml.simple
 class SimpleMatrix
           SimpleMatrix is a wrapper around DenseMatrix64F that provides an easy to use object oriented interface for performing matrix operations.
 



Copyright © 2012. All Rights Reserved.