Home
last modified time | relevance | path

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

/external/eigen/Eigen/src/SVD/
DSVDBase.h68 …ileTime, ColsAtCompileTime, MatrixOptions, MaxColsAtCompileTime, MaxColsAtCompileTime> MatrixVType; typedef
99 const MatrixVType& matrixV() const in matrixV()
230 MatrixVType m_matrixV;
DJacobiSVD.h507 typedef typename Base::MatrixVType MatrixVType;
DBDCSVD.h92 typedef typename Base::MatrixVType MatrixVType;
/external/eigen/test/
Dsvd_common.h38 typedef Matrix<Scalar, ColsAtCompileTime, ColsAtCompileTime> MatrixVType; in svd_check_full() typedef
43 MatrixVType v = svd.matrixV(); in svd_check_full()