Documentation of 'mikera.matrixx.decompose.impl.svd.SvdImplicitQr' Java class
SvdImplicitQr
mikera.matrixx.decompose.impl.svd

Class SvdImplicitQr



  • public class SvdImplicitQr
    extends java.lang.Object

    Computes the Singular value decomposition of a matrix using the implicit QR algorithm for singular value decomposition. It works by first by transforming the matrix to a bidiagonal A=U*B*VT form, then it implicitly computing the eigenvalues of the BTB matrix, which are the same as the singular values in the original A matrix.

    Based off of the description provided in:

    David S. Watkins, "Fundamentals of Matrix Computations," Second Edition. Page 404-411

    • Method Detail

      • getSingularValues

        public AVector getSingularValues()
      • numberOfSingularValues

        public int numberOfSingularValues()
      • isCompact

        public boolean isCompact()
      • numRows

        public int numRows()
      • numCols

        public int numCols()

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.