public class RrefGaussJordanRowPivot_FDRM
extends java.lang.Object
implements org.ejml.interfaces.linsol.ReducedRowEchelonForm_F32<org.ejml.data.FMatrixRMaj>
Constructor and Description |
---|
RrefGaussJordanRowPivot_FDRM() |
Modifier and Type | Method and Description |
---|---|
void |
reduce(org.ejml.data.FMatrixRMaj A,
int coefficientColumns) |
void |
setTolerance(float tol) |
protected static void |
swapRows(org.ejml.data.FMatrixRMaj A,
int rowA,
int rowB) |
public void setTolerance(float tol)
setTolerance
in interface org.ejml.interfaces.linsol.ReducedRowEchelonForm_F32<org.ejml.data.FMatrixRMaj>
public void reduce(org.ejml.data.FMatrixRMaj A, int coefficientColumns)
reduce
in interface org.ejml.interfaces.linsol.ReducedRowEchelonForm<org.ejml.data.FMatrixRMaj>
protected static void swapRows(org.ejml.data.FMatrixRMaj A, int rowA, int rowB)