OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sc1d
(Results
1 - 2
of
2
) sorted by null
/external/eigen/test/eigen2/
eigen2_geometry.cpp
369
Scaling<double,3>
sc1d
= sc1.template cast<double>();
local
370
VERIFY_IS_APPROX(
sc1d
.template cast<Scalar>(),sc1);
eigen2_geometry_with_eigen2_prefix.cpp
371
eigen2_Scaling<double,3>
sc1d
= sc1.template cast<double>();
local
372
VERIFY_IS_APPROX(
sc1d
.template cast<Scalar>(),sc1);
Completed in 108 milliseconds