Class RrefGaussJordanRowPivot_FDRM

java.lang.Object
org.ejml.dense.row.misc.RrefGaussJordanRowPivot_FDRM
All Implemented Interfaces:
org.ejml.interfaces.linsol.ReducedRowEchelonForm<org.ejml.data.FMatrixRMaj>, org.ejml.interfaces.linsol.ReducedRowEchelonForm_F32<org.ejml.data.FMatrixRMaj>

@Generated("org.ejml.dense.row.misc.RrefGaussJordanRowPivot_DDRM") public class RrefGaussJordanRowPivot_FDRM extends Object implements org.ejml.interfaces.linsol.ReducedRowEchelonForm_F32<org.ejml.data.FMatrixRMaj>
Reduction to RREF using Gauss-Jordan elimination with row (partial) pivots.
  • Constructor Details

    • RrefGaussJordanRowPivot_FDRM

      public RrefGaussJordanRowPivot_FDRM()
  • Method Details

    • setTolerance

      public void setTolerance(float tol)
      Specified by:
      setTolerance in interface org.ejml.interfaces.linsol.ReducedRowEchelonForm_F32<org.ejml.data.FMatrixRMaj>
    • reduce

      public void reduce(org.ejml.data.FMatrixRMaj A, int coefficientColumns)
      Specified by:
      reduce in interface org.ejml.interfaces.linsol.ReducedRowEchelonForm<org.ejml.data.FMatrixRMaj>
    • swapRows

      protected static void swapRows(org.ejml.data.FMatrixRMaj A, int rowA, int rowB)