Package org.ejml.dense.row.linsol.qr
-
Class Summary 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 aroundQrHouseHolderSolver_FDRBthat allows it to processFMatrixRMaj.LinearSolverQrHouse_FDRM QR decomposition can be used to solve for systems.LinearSolverQrHouseCol_FDRM QR decomposition can be used to solve for systems.LinearSolverQrHouseCol_MT_FDRM Concurrent extension ofLinearSolverQrHouseCol_FDRM.LinearSolverQrHouseTran_FDRM QR decomposition can be used to solve for systems.LinearSolverQrpHouseCol_FDRM Performs a pseudo inverse solver using theQRColPivDecompositionHouseholderColumn_FDRMdecomposition 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.