Home
last modified time | relevance | path

Searched refs:RealVecType (Results 1 – 2 of 2) sorted by relevance

/external/eigen/test/
Dbdcsvd.cpp43 typedef Matrix<RealScalar, Size, 1> RealVecType; in bdcsvd_method() typedef
45 VERIFY_IS_APPROX(m.bdcSvd().singularValues(), RealVecType::Ones()); in bdcsvd_method()
Djacobisvd.cpp65 typedef Matrix<RealScalar, Size, 1> RealVecType; in jacobisvd_method() typedef
67 VERIFY_IS_APPROX(m.jacobiSvd().singularValues(), RealVecType::Ones()); in jacobisvd_method()