JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Class
org.ejml.simple.SimpleSVD
Packages that use
SimpleSVD
Package
Description
org.ejml.simple
Uses of
SimpleSVD
in
org.ejml.simple
Methods in
org.ejml.simple
that return
SimpleSVD
Modifier and Type
Method
Description
SimpleSVD
<
T
>
SimpleBase.
svd
()
Computes a full Singular Value Decomposition (SVD) of this matrix with the eigenvalues ordered from largest to smallest.
SimpleSVD
<
T
>
SimpleBase.
svd
(boolean compact)
Computes the SVD in either compact format or full format.