Package org.flag4j.linalg.decompositions.svd
package org.flag4j.linalg.decompositions.svd
Provides implementations of the singular value decomposition for real and complex matrices.
-
ClassesClassDescriptionInstances of this class can be used to compute the singular value decomposition (SVD) of a
complex dense matrix
.Instances of this class can be used to compute the singular value decomposition (SVD) of areal dense matrix
.This abstract class specifies methods for computing the singular value decomposition (SVD) of a matrix.