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

  /external/eigen/unsupported/test/
jacobisvd.cpp 96 typedef Matrix<RealScalar, Size, 1> RealVecType;
98 VERIFY_IS_APPROX(m.jacobiSvd().singularValues(), RealVecType::Ones());
  /external/eigen/test/
jacobisvd.cpp 297 typedef Matrix<RealScalar, Size, 1> RealVecType;
299 VERIFY_IS_APPROX(m.jacobiSvd().singularValues(), RealVecType::Ones());

Completed in 560 milliseconds