HomeSort by relevance Sort by last modified time
    Searched full:m_naivev (Results 1 - 1 of 1) sorted by null

  /external/eigen/unsupported/Eigen/src/SVD/
BDCSVD.h 207 MatrixXr m_naiveU, m_naiveV;
235 if (compV) m_naiveV = MatrixXr::Zero(this->m_diagSize, this->m_diagSize);
310 copyUV(m_naiveV, m_naiveU, bid.householderU(), bid.householderV());
388 if (compV) m_naiveV.block(firstRowW, firstColW, n, n).real() << b.matrixV();
426 if (compV) m_naiveV(firstRowW+k, firstColW) = 1;
491 if (compV) m_naiveV.block(firstRowW, firstColW, n, n) *= res.matrixV();
564 m_naiveV.col(firstColW + i).segment(firstRowW, size - 1) =
565 c * m_naiveV.col(firstColW + i).segment(firstRowW, size - 1) +
566 s * m_naiveV.col(firstColW + j).segment(firstRowW, size - 1) ;
568 m_naiveV.col(firstColW + j).segment(firstRowW, size - 1) =
    [all...]

Completed in 49 milliseconds