Package org.flag4j.linalg.decompositions.svd


package org.flag4j.linalg.decompositions.svd
Provides implementations of the singular value decomposition for real and complex matrices.
  • Classes
    Class
    Description
    Instances 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 a real dense matrix.
    SVD<T extends MatrixMixin<T,?,?,?>>
    This abstract class specifies methods for computing the singular value decomposition (SVD) of a matrix.