Uses of Interface
org.ejml.interfaces.linsol.ReducedRowEchelonForm
-
Uses of ReducedRowEchelonForm in org.ejml.dense.row.misc
Modifier and TypeClassDescriptionclass
Reduction to RREF using Gauss-Jordan elimination with row (partial) pivots.class
Reduction to RREF using Gauss-Jordan elimination with row (partial) pivots. -
Uses of ReducedRowEchelonForm in org.ejml.interfaces.linsol
Modifier and TypeInterfaceDescriptioninterface
ReducedRowEchelonForm_F32<T extends Matrix>
Implementation ofReducedRowEchelonForm
for 32-bit floatsinterface
ReducedRowEchelonForm_F64<T extends Matrix>
Implementation ofReducedRowEchelonForm
for 64-bit floats