Searched defs:matrixV (Results 1 - 4 of 4) sorted by relevance

/external/eigen/Eigen/src/Eigen2Support/
H A DSVD.h66 const MatrixVType& matrixV() const { return m_matV; } function in class:Eigen::SVD
/external/eigen/unsupported/Eigen/src/SVD/
H A DSVDBase.h126 const MatrixVType& matrixV() const function in class:Eigen::SVDBase
H A DBDCSVD.h183 const MatrixVType& matrixV() const function in class:Eigen::BDCSVD
388 if (compV) m_naiveV.block(firstRowW, firstColW, n, n).real() << b.matrixV();
491 if (compV) m_naiveV.block(firstRowW, firstColW, n, n) *= res.matrixV();
720 dst = dec().matrixV().leftCols(diagSize)
/external/eigen/Eigen/src/SVD/
H A DJacobiSVD.h629 const MatrixVType& matrixV() const function in class:Eigen::JacobiSVD
955 dst = dec().matrixV().leftCols(rank) * tmp;

Completed in 313 milliseconds