Class | Description |
---|---|
AdjLinearSolverQr_DDRM |
A solver for QR decomposition that can efficiently modify the previous decomposition when
data is added or removed.
|
BaseLinearSolverQrp_DDRM |
Base class for QR pivot based pseudo inverse classes.
|
LinearSolverQr_DDRM |
A solver for a generic QR decomposition algorithm.
|
LinearSolverQrBlock64_DDRM |
Wrapper around
QrHouseHolderSolver_DDRB that allows it to process
DMatrixRMaj . |
LinearSolverQrHouse_DDRM |
QR decomposition can be used to solve for systems.
|
LinearSolverQrHouseCol_DDRM |
QR decomposition can be used to solve for systems.
|
LinearSolverQrHouseTran_DDRM |
QR decomposition can be used to solve for systems.
|
LinearSolverQrpHouseCol_DDRM |
Performs a pseudo inverse solver using the
QRColPivDecompositionHouseholderColumn_DDRM decomposition
directly. |
SolvePseudoInverseQrp_DDRM |
A pseudo inverse solver for a generic QR column pivot decomposition algorithm.
|