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>
@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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidreduce(org.ejml.data.FMatrixRMaj A, int coefficientColumns) voidsetTolerance(float tol) protected static voidswapRows(org.ejml.data.FMatrixRMaj A, int rowA, int rowB)
-
Constructor Details
-
RrefGaussJordanRowPivot_FDRM
public RrefGaussJordanRowPivot_FDRM()
-
-
Method Details
-
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)
-