| 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 of
ReducedRowEchelonForm for 32-bit floats |
| ReducedRowEchelonForm_F64<T extends Matrix> |
Implementation of
ReducedRowEchelonForm for 64-bit floats |