HomeSort by relevance Sort by last modified time
    Searched refs:m_matrixV (Results 1 - 2 of 2) sorted by null

  /external/eigen/Eigen/src/SVD/
JacobiSVD.h 93 if(svd.computeV()) svd.m_matrixV = m_qr.colsPermutation();
137 if(svd.m_computeFullV) m_qr.matrixQ().evalTo(svd.m_matrixV, m_workspace);
179 if(svd.computeV()) svd.m_matrixV = m_qr.colsPermutation();
227 if(svd.m_computeFullV) m_qr.householderQ().evalTo(svd.m_matrixV, m_workspace);
230 svd.m_matrixV.setIdentity(matrix.cols(), matrix.rows());
231 m_qr.householderQ().applyThisOnTheLeft(svd.m_matrixV, m_workspace);
275 if(svd.computeV()) svd.m_matrixV.setIdentity(matrix.cols(), matrix.cols());
322 if(svd.m_computeFullV) m_qr.householderQ().evalTo(svd.m_matrixV, m_workspace);
325 svd.m_matrixV.setIdentity(matrix.cols(), matrix.rows());
326 m_qr.householderQ().applyThisOnTheLeft(svd.m_matrixV, m_workspace)
    [all...]
JacobiSVD_MKL.h 74 if (computeV()) m_matrixV = localV.adjoint(); \

Completed in 18 milliseconds