Package org.ejml.dense.row.linsol.qr
-
Class Summary 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 aroundQrHouseHolderSolver_DDRBthat allows it to processDMatrixRMaj.LinearSolverQrHouse_DDRM QR decomposition can be used to solve for systems.LinearSolverQrHouseCol_DDRM QR decomposition can be used to solve for systems.LinearSolverQrHouseCol_MT_DDRM Concurrent extension ofLinearSolverQrHouseCol_DDRM.LinearSolverQrHouseTran_DDRM QR decomposition can be used to solve for systems.LinearSolverQrpHouseCol_DDRM Performs a pseudo inverse solver using theQRColPivDecompositionHouseholderColumn_DDRMdecomposition 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.