Searched defs:SizeAtCompileType (Results 1 - 2 of 2) sorted by relevance

/external/eigen/test/eigen2/
H A Deigen2_mixingtypes.cpp22 template<int SizeAtCompileType> void mixingtypes(int size = SizeAtCompileType) argument
24 typedef Matrix<float, SizeAtCompileType, SizeAtCompileType> Mat_f;
25 typedef Matrix<double, SizeAtCompileType, SizeAtCompileType> Mat_d;
26 typedef Matrix<std::complex<float>, SizeAtCompileType, SizeAtCompileType> Mat_cf;
27 typedef Matrix<std::complex<double>, SizeAtCompileType, SizeAtCompileType> Mat_c
[all...]
/external/eigen/test/
H A Dmixingtypes.cpp26 template<int SizeAtCompileType> void mixingtypes(int size = SizeAtCompileType) argument
30 typedef Matrix<float, SizeAtCompileType, SizeAtCompileType> Mat_f;
31 typedef Matrix<double, SizeAtCompileType, SizeAtCompileType> Mat_d;
32 typedef Matrix<std::complex<float>, SizeAtCompileType, SizeAtCompileType> Mat_cf;
33 typedef Matrix<std::complex<double>, SizeAtCompileType, SizeAtCompileType> Mat_c
[all...]

Completed in 1822 milliseconds