Searched refs:compV (Results 1 – 1 of 1) sorted by relevance
/external/eigen/unsupported/Eigen/src/SVD/ |
D | BDCSVD.h | 211 bool isTranspose, compU, compV; variable 225 compV = this->computeV(); in allocate() 229 compV = this->computeU(); in allocate() 235 if (compV) m_naiveV = MatrixXr::Zero(this->m_diagSize, this->m_diagSize); in allocate() 381 ComputeFullU | (ComputeFullV * compV)) ; in divide() 388 if (compV) m_naiveV.block(firstRowW, firstColW, n, n).real() << b.matrixV(); in divide() 426 if (compV) m_naiveV(firstRowW+k, firstColW) = 1; in divide() 487 ComputeFullU | (ComputeFullV * compV)) ; in divide() 491 if (compV) m_naiveV.block(firstRowW, firstColW, n, n) *= res.matrixV(); in divide() 563 if (compV){ in deflation44() [all …]
|