Interface QRPDecomposition_F64<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.