Searched refs:svd_precondition_2x2_block_to_be_real (Results 1 - 1 of 1) sorted by relevance

/external/eigen/Eigen/src/SVD/
H A DJacobiSVD.h21 struct svd_precondition_2x2_block_to_be_real {}; struct in namespace:Eigen::internal
354 struct svd_precondition_2x2_block_to_be_real<MatrixType, QRPreconditioner, false> struct in namespace:Eigen::internal
362 struct svd_precondition_2x2_block_to_be_real<MatrixType, QRPreconditioner, true> struct in namespace:Eigen::internal
603 friend struct internal::svd_precondition_2x2_block_to_be_real;
719 if(internal::svd_precondition_2x2_block_to_be_real<MatrixType, QRPreconditioner>::run(m_workMatrix, *this, p, q, maxDiagEntry))
744 // treated by svd_precondition_2x2_block_to_be_real, and the imaginary part

Completed in 97 milliseconds