Package org.ejml.dense.row.misc
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>
public class RrefGaussJordanRowPivot_FDRM extends java.lang.Object implements org.ejml.interfaces.linsol.ReducedRowEchelonForm_F32<org.ejml.data.FMatrixRMaj>Reduction to RREF using Gauss-Jordan elimination with row (partial) pivots.
-
-
Constructor Summary
Constructors Constructor Description RrefGaussJordanRowPivot_FDRM()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidreduce(org.ejml.data.FMatrixRMaj A, int coefficientColumns)voidsetTolerance(float tol)protected static voidswapRows(org.ejml.data.FMatrixRMaj A, int rowA, int rowB)
-
-
-
Method Detail
-
setTolerance
public void setTolerance(float tol)
- Specified by:
setTolerancein interfaceorg.ejml.interfaces.linsol.ReducedRowEchelonForm_F32<org.ejml.data.FMatrixRMaj>
-
reduce
public void reduce(org.ejml.data.FMatrixRMaj A, int coefficientColumns)- Specified by:
reducein interfaceorg.ejml.interfaces.linsol.ReducedRowEchelonForm<org.ejml.data.FMatrixRMaj>
-
swapRows
protected static void swapRows(org.ejml.data.FMatrixRMaj A, int rowA, int rowB)
-
-