Package org.ejml.interfaces.linsol
package org.ejml.interfaces.linsol
-
ClassDescriptionBase class for Linear Solvers.LinearSolverDense<T extends Matrix>An implementation of LinearSolverDense solves a linear system or inverts a matrix.ReducedRowEchelonForm<T extends Matrix>An augmented system matrix is said to be in reduced row echelon form (RREF) if the following are true:ReducedRowEchelonForm_F32<T extends Matrix>Implementation of
ReducedRowEchelonForm
for 32-bit floatsReducedRowEchelonForm_F64<T extends Matrix>Implementation ofReducedRowEchelonForm
for 64-bit floats