Documentation of 'org.ejml.alg.dense.misc.RrefGaussJordanRowPivot' Java class
RrefGaussJordanRowPivot
org.ejml.alg.dense.misc

Class RrefGaussJordanRowPivot

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void reduce(DenseMatrix64F A, int coefficientColumns)
      Puts the augmented matrix into RREF.
      void setTolerance(double tol)
      Specifies tolerance for determining if the system is singular and it should stop processing.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RrefGaussJordanRowPivot

        public RrefGaussJordanRowPivot()
    • Method Detail

      • setTolerance

        public void setTolerance(double tol)
        Description copied from interface: ReducedRowEchelonForm
        Specifies tolerance for determining if the system is singular and it should stop processing. A reasonable value is: tol = EPS/max(||tol||).
        Specified by:
        setTolerance in interface ReducedRowEchelonForm<DenseMatrix64F>
        Parameters:
        tol - Tolerance for singular matrix. A reasonable value is: tol = EPS/max(||tol||). Or just set to zero.
      • reduce

        public void reduce(DenseMatrix64F A,
                           int coefficientColumns)
        Description copied from interface: ReducedRowEchelonForm
        Puts the augmented matrix into RREF. The coefficient matrix is stored in columns less than coefficientColumns.
        Specified by:
        reduce in interface ReducedRowEchelonForm<DenseMatrix64F>
        Parameters:
        A - Input: Augmented matrix. Output: RREF. Modified.
        coefficientColumns - Number of coefficients in the system matrix.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.