Package org.ejml.dense.row.decomposition.qr
package org.ejml.dense.row.decomposition.qr
-
ClassDescriptionPerforms QR decomposition with column pivoting.Performs QR decomposition with column pivoting.Wrapper that allows
QRDecomposition
(DMatrixRBlock) to be used as aQRDecomposition
(DMatrixRMaj).Wrapper that allowsQRDecomposition
(FMatrixRBlock) to be used as aQRDecomposition
(FMatrixRMaj).This variation of QR decomposition uses reflections to compute the Q matrix.This variation of QR decomposition uses reflections to compute the Q matrix.Householder QR decomposition is rich in operations along the columns of the matrix.Householder QR decomposition is rich in operations along the columns of the matrix.Concurrent extension ofQRDecompositionHouseholderColumn_DDRM
.Concurrent extension ofQRDecompositionHouseholderColumn_FDRM
.Householder QR decomposition is rich in operations along the columns of the matrix.Householder QR decomposition is rich in operations along the columns of the matrix.Contains different functions that are useful for computing the QR decomposition of a matrix.Contains different functions that are useful for computing the QR decomposition of a matrix.Contains different functions that are useful for computing the QR decomposition of a matrix.Contains different functions that are useful for computing the QR decomposition of a matrix.The effects of adding and removing rows from the A matrix in a QR decomposition can be computed much faster than simply recomputing the whole decomposition.The effects of adding and removing rows from the A matrix in a QR decomposition can be computed much faster than simply recomputing the whole decomposition.