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 TypeClassDescriptionclassReduction to RREF using Gauss-Jordan elimination with row (partial) pivots.classReduction 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 TypeInterfaceDescriptioninterfaceReducedRowEchelonForm_F32<T extends Matrix>Implementation ofReducedRowEchelonFormfor 32-bit floatsinterfaceReducedRowEchelonForm_F64<T extends Matrix>Implementation ofReducedRowEchelonFormfor 64-bit floats