OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Vec_cf
(Results
1 - 2
of
2
) sorted by null
/external/eigen/test/eigen2/
eigen2_mixingtypes.cpp
30
typedef Matrix<std::complex<float>, SizeAtCompileType, 1>
Vec_cf
;
39
Vec_cf
vcf(size,1);
/external/eigen/test/
mixingtypes.cpp
36
typedef Matrix<std::complex<float>, SizeAtCompileType, 1>
Vec_cf
;
45
Vec_cf
vcf =
Vec_cf
::Random(size,1);
Completed in 216 milliseconds