Householder QR decomposition is rich in operations along the columns of the matrix. This can be taken advantage of by solving for the Q matrix in a column major format to reduce the number of CPU cache misses and the number of copies that are performed.
@see org.ejml.alg.dense.decomposition.qr.QRDecompositionHouseholder @author Peter Abeles
|
|
|
|
|
|
|
|