Lines Matching refs:compV
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()
668 if (compV) { in deflation()