HomeSort by relevance Sort by last modified time
    Searched defs:matrixV (Results 1 - 4 of 4) sorted by null

  /external/eigen/Eigen/src/Eigen2Support/
SVD.h 66 const MatrixVType& matrixV() const { return m_matV; }
  /external/eigen/unsupported/Eigen/src/SVD/
SVDBase.h 126 const MatrixVType& matrixV() const
BDCSVD.h 183 const MatrixVType& matrixV() const
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/
JacobiSVD.h 629 const MatrixVType& matrixV() const
    [all...]

Completed in 87 milliseconds