Uses of Class
org.flag4j.linalg.decompositions.svd.SVD
Packages that use SVD
Package
Description
Provides implementations of the singular value decomposition for real and complex matrices.
-
Uses of SVD in org.flag4j.linalg.decompositions.svd
Subclasses of SVD in org.flag4j.linalg.decompositions.svdModifier and TypeClassDescriptionclass
Instances of this class can be used to compute the singular value decomposition (SVD) of acomplex dense matrix
.class
Instances of this class can be used to compute the singular value decomposition (SVD) of areal dense matrix
.Methods in org.flag4j.linalg.decompositions.svd that return SVD