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

/external/eigen/unsupported/Eigen/src/SVD/
H A DBDCSVD.h170 if (isTranspose){
186 if (isTranspose){
211 bool isTranspose, compU, compV; member in class:Eigen::BDCSVD
220 isTranspose = (cols > rows);
223 if (isTranspose){
239 if (isTranspose){
277 //**** step 1 Bidiagonalization isTranspose = (matrix.cols()>matrix.rows()) ;
279 if (isTranspose) copy = matrix.adjoint();

Completed in 72 milliseconds