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