Home
last modified time | relevance | path

Searched refs:MatrixVType (Results 1 – 3 of 3) sorted by relevance

/external/eigen/test/
Djacobisvd.cpp32 typedef Matrix<Scalar, ColsAtCompileTime, ColsAtCompileTime> MatrixVType; in jacobisvd_check_full() typedef
39 MatrixVType v = svd.matrixV(); in jacobisvd_check_full()
/external/eigen/Eigen/src/Eigen2Support/
DSVD.h46 … typedef Matrix<Scalar, MatrixType::ColsAtCompileTime, MatrixType::ColsAtCompileTime> MatrixVType; typedef
66 const MatrixVType& matrixV() const { return m_matV; } in matrixV()
84 MatrixVType m_matV;
/external/eigen/Eigen/src/SVD/
DJacobiSVD.h501 MatrixVType;
604 const MatrixVType& matrixV() const
660 MatrixVType m_matrixV;