Uses of Interface
org.ejml.interfaces.linsol.ReducedRowEchelonForm
Packages that use ReducedRowEchelonForm
-
Uses of ReducedRowEchelonForm in org.ejml.dense.row.misc
Classes in org.ejml.dense.row.misc that implement ReducedRowEchelonFormModifier 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
Subinterfaces of ReducedRowEchelonForm in org.ejml.interfaces.linsolModifier and TypeInterfaceDescriptioninterface
ReducedRowEchelonForm_F32<T extends Matrix>
Implementation ofReducedRowEchelonForm
for 32-bit floatsinterface
ReducedRowEchelonForm_F64<T extends Matrix>
Implementation ofReducedRowEchelonForm
for 64-bit floats