Searched defs:t1d (Results 1 - 3 of 3) sorted by relevance

/external/eigen/test/eigen2/
H A Deigen2_geometry.cpp357 Transform<double,3> t1d = t1.template cast<double>(); local
358 VERIFY_IS_APPROX(t1d.template cast<Scalar>(),t1);
H A Deigen2_geometry_with_eigen2_prefix.cpp359 eigen2_Transform<double,3> t1d = t1.template cast<double>(); local
360 VERIFY_IS_APPROX(t1d.template cast<Scalar>(),t1);
/external/eigen/test/
H A Dgeo_transformations.cpp377 Transform<double,3,Mode> t1d = t1.template cast<double>(); local
378 VERIFY_IS_APPROX(t1d.template cast<Scalar>(),t1);

Completed in 249 milliseconds