Uses of Class
org.ejml.simple.SimpleSVD

Packages that use SimpleSVD
Package
Description
 
  • Uses of SimpleSVD in org.ejml.simple

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