Interface ReducedRowEchelonForm_F64<T extends Matrix>

    • Method Detail

      • setTolerance

        void setTolerance​(double tol)
        Specifies tolerance for determining if the system is singular and it should stop processing. A reasonable value is: tol = EPS/max(||tol||).
        Parameters:
        tol - Tolerance for singular matrix. A reasonable value is: tol = EPS/max(||tol||). Or just set to zero.