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