OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Vec_f
(Results
1 - 2
of
2
) sorted by null
/external/eigen/test/eigen2/
eigen2_mixingtypes.cpp
28
typedef Matrix<float, SizeAtCompileType, 1>
Vec_f
;
37
Vec_f
vf(size,1);
/external/eigen/test/
mixingtypes.cpp
34
typedef Matrix<float, SizeAtCompileType, 1>
Vec_f
;
43
Vec_f
vf =
Vec_f
::Random(size,1);
Completed in 112 milliseconds