Documentation of 'org.ejml.interfaces.decomposition.QRPDecomposition' Java class
QRPDecomposition
org.ejml.interfaces.decomposition

Interface QRPDecomposition<T extends Matrix>

    • Method Detail

      • setSingularThreshold

        void setSingularThreshold(double threshold)

        Specifies the threshold used to flag a column as being singular. The specified threshold is relative and will very depending on the system. The default value is UtilEJML.EPS.

        Parameters:
        threshold - Singular threshold.
      • getRank

        int getRank()
        Returns the rank as determined by the algorithm. This is dependent upon a fixed threshold and might not be appropriate for some applications.
        Returns:
        Matrix's rank
      • getPivots

        int[] getPivots()
        Ordering of each column after pivoting. The current column i was original at column pivot[i].
        Returns:
        Order of columns.
      • getPivotMatrix

        DenseMatrix64F getPivotMatrix(DenseMatrix64F P)
        Creates the pivot matrix.
        Parameters:
        P - Optional storage for pivot matrix. If null a new matrix will be created.
        Returns:
        The pivot matrix.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.