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

  /external/eigen/test/
jacobisvd.cpp 32 typedef Matrix<Scalar, ColsAtCompileTime, ColsAtCompileTime> MatrixVType;
39 MatrixVType v = svd.matrixV();
  /external/eigen/Eigen/src/Eigen2Support/
SVD.h 46 typedef Matrix<Scalar, MatrixType::ColsAtCompileTime, MatrixType::ColsAtCompileTime> MatrixVType;
66 const MatrixVType& matrixV() const { return m_matV; }
84 MatrixVType m_matV;
  /external/eigen/Eigen/src/SVD/
JacobiSVD.h 501 MatrixVType;
604 const MatrixVType& matrixV() const
660 MatrixVType m_matrixV;
    [all...]

Completed in 26 milliseconds