Searched refs:apply_block_householder_on_the_left (Results 1 - 3 of 3) sorted by relevance
/external/eigen/Eigen/src/Householder/ |
H A D | BlockHouseholder.h | 79 void apply_block_householder_on_the_left(MatrixType& mat, const VectorsType& vectors, const CoeffsType& hCoeffs, bool forward) function in namespace:Eigen::internal
|
H A D | HouseholderSequence.h | 333 apply_block_householder_on_the_left(sub_dst, sub_vecs, m_coeffs.segment(k, bs), !m_trans);
|
/external/eigen/Eigen/src/QR/ |
H A D | HouseholderQR.h | 339 apply_block_householder_on_the_left(A21_22,A11_21,hCoeffsSegment, false); // false == backward
|
Completed in 347 milliseconds