Class | Description |
---|---|
AdjLinearSolverQr_FDRM |
A solver for QR decomposition that can efficiently modify the previous decomposition when
data is added or removed.
|
BaseLinearSolverQrp_FDRM |
Base class for QR pivot based pseudo inverse classes.
|
LinearSolverQr_FDRM |
A solver for a generic QR decomposition algorithm.
|
LinearSolverQrBlock64_FDRM |
Wrapper around
QrHouseHolderSolver_FDRB that allows it to process
FMatrixRMaj . |
LinearSolverQrHouse_FDRM |
QR decomposition can be used to solve for systems.
|
LinearSolverQrHouseCol_FDRM |
QR decomposition can be used to solve for systems.
|
LinearSolverQrHouseTran_FDRM |
QR decomposition can be used to solve for systems.
|
LinearSolverQrpHouseCol_FDRM |
Performs a pseudo inverse solver using the
QRColPivDecompositionHouseholderColumn_FDRM decomposition
directly. |
SolveNullSpaceQR_FDRM |
Uses QR decomposition to find the null-space for a matrix of any shape if the number of
singular values is known.
|
SolveNullSpaceQRP_FDRM |
Uses QR decomposition to find the null-space for a matrix of any shape if the number of
singular values is known.=
|
SolvePseudoInverseQrp_FDRM |
A pseudo inverse solver for a generic QR column pivot decomposition algorithm.
|