Home
last modified time | relevance | path

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

/external/eigen/test/eigen2/
Deigen2_mixingtypes.cpp28 typedef Matrix<float, SizeAtCompileType, 1> Vec_f; in mixingtypes() typedef
37 Vec_f vf(size,1); in mixingtypes()
/external/eigen/test/
Dmixingtypes.cpp34 typedef Matrix<float, SizeAtCompileType, 1> Vec_f; in mixingtypes() typedef
43 Vec_f vf = Vec_f::Random(size,1); in mixingtypes()