Package org.ejml.interfaces.linsol
-
Interface Summary Interface Description LinearSolver<S extends Matrix,D extends Matrix> Base class for Linear Solvers.LinearSolverDense<T extends Matrix> An implementation of LinearSolverDense solves a linear system or inverts a matrix.LinearSolverSparse<S extends Matrix,D extends 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 ofReducedRowEchelonFormfor 32-bit floatsReducedRowEchelonForm_F64<T extends Matrix> Implementation ofReducedRowEchelonFormfor 64-bit floats