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. |
SolveNullSpaceQR_DDRM |
Uses QR decomposition to find the null-space for a matrix of any shape if the number of
singular values is known.
|
SolveNullSpaceQRP_DDRM |
Uses QR decomposition to find the null-space for a matrix of any shape if the number of
singular values is known.=
|
SolvePseudoInverseQrp_DDRM |
A pseudo inverse solver for a generic QR column pivot decomposition algorithm.
|