OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tr1f
(Results
1 - 3
of
3
) sorted by null
/external/eigen/test/eigen2/
eigen2_geometry.cpp
361
Translation<float,3>
tr1f
= tr1.template cast<float>();
local
362
VERIFY_IS_APPROX(
tr1f
.template cast<Scalar>(),tr1);
eigen2_geometry_with_eigen2_prefix.cpp
363
eigen2_Translation<float,3>
tr1f
= tr1.template cast<float>();
local
364
VERIFY_IS_APPROX(
tr1f
.template cast<Scalar>(),tr1);
/external/eigen/test/
geo_transformations.cpp
398
Translation<float,3>
tr1f
= tr1.template cast<float>();
local
399
VERIFY_IS_APPROX(
tr1f
.template cast<Scalar>(),tr1);
Completed in 57 milliseconds