Uses of Class
org.ejml.simple.SimpleSVD

Packages that use SimpleSVD
org.ejml.simple   
 

Uses of SimpleSVD in org.ejml.simple
 

Methods in org.ejml.simple that return SimpleSVD
 SimpleSVD SimpleBase.svd()
          Computes a full Singular Value Decomposition (SVD) of this matrix with the eigenvalues ordered from largest to smallest.
 SimpleSVD SimpleBase.svd(boolean compact)
          Computes the SVD in either compact format or full format.
 



Copyright © 2012. All Rights Reserved.