Documentation of 'mikera.matrixx.decompose.IBidiagonalResult' Java class
IBidiagonalResult
mikera.matrixx.decompose

Interface IBidiagonalResult

  • All Known Implementing Classes:
    BidiagonalRowResult


    public interface IBidiagonalResult
    Interface representing the result of a Bidiagonal decompostion
    • Method Detail

      • getB

        AMatrix getB()
        Returns the bidiagonal matrix.
        Parameters:
        B - If not null the results are stored here, if null a new matrix is created.
        Returns:
        The bidiagonal matrix.
      • getU

        AMatrix getU()
        Returns the orthogonal U matrix.
        Parameters:
        U - If not null then the results will be stored here. Otherwise a new matrix will be created.
        Returns:
        The extracted Q matrix.
      • getV

        AMatrix getV()
        Returns the orthogonal V matrix.
        Parameters:
        V - If not null then the results will be stored here. Otherwise a new matrix will be created.
        Returns:
        The extracted Q matrix.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.