Home
last modified time | relevance | path

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

/external/eigen/test/eigen2/
Deigen2_mixingtypes.cpp30 typedef Matrix<std::complex<float>, SizeAtCompileType, 1> Vec_cf; in mixingtypes() typedef
39 Vec_cf vcf(size,1); in mixingtypes()
/external/eigen/test/
Dmixingtypes.cpp36 typedef Matrix<std::complex<float>, SizeAtCompileType, 1> Vec_cf; in mixingtypes() typedef
45 Vec_cf vcf = Vec_cf::Random(size,1); in mixingtypes()