| Class | Description |
|---|---|
| AdjLinearSolverQr_D64 |
A solver for QR decomposition that can efficiently modify the previous decomposition when
data is added or removed.
|
| BaseLinearSolverQrp_D64 |
Base class for QR pivot based pseudo inverse classes.
|
| LinearSolverQr_D64 |
A solver for a generic QR decomposition algorithm.
|
| LinearSolverQrBlock64_D64 |
Wrapper around
BlockQrHouseHolderSolver that allows it to process
DenseMatrix64F. |
| LinearSolverQrHouse_D64 |
QR decomposition can be used to solve for systems.
|
| LinearSolverQrHouseCol_D64 |
QR decomposition can be used to solve for systems.
|
| LinearSolverQrHouseTran_D64 |
QR decomposition can be used to solve for systems.
|
| LinearSolverQrpHouseCol_D64 |
Performs a pseudo inverse solver using the
QRColPivDecompositionHouseholderColumn_D64 decomposition
directly. |
| SolvePseudoInverseQrp_D64 |
A pseudo inverse solver for a generic QR column pivot decomposition algorithm.
|