| Interface | Description |
|---|---|
| LinearSolver<T extends Matrix> |
An implementation of LinearSolver 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 floats |
| ReducedRowEchelonForm_F64<T extends Matrix> |
Implementation of
ReducedRowEchelonForm for 64-bit floats |