Package org.ejml.dense.row.decomposition.qr
package org.ejml.dense.row.decomposition.qr
-
ClassesClassDescriptionPerforms QR decomposition with column pivoting.Wrapper that allows
QRDecomposition(FMatrixRBlock) to be used as aQRDecomposition(FMatrixRMaj).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.Concurrent extension ofQRDecompositionHouseholderColumn_FDRM.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.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.