Searched refs:MatrixVType (Results 1 - 7 of 7) sorted by relevance

/external/eigen/unsupported/Eigen/src/SVD/
H A DSVDBase.h69 MatrixVType; typedef in class:Eigen::SVDBase
126 const MatrixVType& matrixV() const
169 MatrixVType m_matrixV;
H A DBDCSVD.h65 MatrixVType; typedef in class:Eigen::BDCSVD
183 const MatrixVType& matrixV() const
H A DJacobiSVD.h516 MatrixVType; typedef in class:Eigen::JacobiSVD
/external/eigen/unsupported/test/
H A Dsvd_common.h39 typedef Matrix<Scalar, ColsAtCompileTime, ColsAtCompileTime> MatrixVType; typedef
45 MatrixVType v = svd.matrixV();
/external/eigen/test/
H A Djacobisvd.cpp31 typedef Matrix<Scalar, ColsAtCompileTime, ColsAtCompileTime> MatrixVType; typedef
36 MatrixVType v = svd.matrixV();
/external/eigen/Eigen/src/Eigen2Support/
H A DSVD.h46 typedef Matrix<Scalar, MatrixType::ColsAtCompileTime, MatrixType::ColsAtCompileTime> MatrixVType; typedef in class:Eigen::SVD
66 const MatrixVType& matrixV() const { return m_matV; }
84 MatrixVType m_matV;
/external/eigen/Eigen/src/SVD/
H A DJacobiSVD.h523 MatrixVType; typedef in class:Eigen::JacobiSVD
629 const MatrixVType& matrixV() const
748 MatrixVType m_matrixV;

Completed in 94 milliseconds