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

/external/eigen/test/
H A Dmixingtypes.cpp38 template<int SizeAtCompileType> void mixingtypes(int size = SizeAtCompileType) argument
42 typedef Matrix<float, SizeAtCompileType, SizeAtCompileType> Mat_f;
43 typedef Matrix<double, SizeAtCompileType, SizeAtCompileType> Mat_d;
44 typedef Matrix<std::complex<float>, SizeAtCompileType, SizeAtCompileType> Mat_cf;
45 typedef Matrix<std::complex<double>, SizeAtCompileType, SizeAtCompileType> Mat_c
[all...]

Completed in 58 milliseconds