Home
last modified time | relevance | path

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

/external/eigen/unsupported/test/
Dcxx11_tensor_of_complex.cpp79 typedef Map<Matrix<std::complex<float>, Dynamic, Dynamic>> MapXcf; in test_contractions() typedef
80 MapXcf m_left(t_left.data(), 1500, 248); in test_contractions()
81 MapXcf m_right(t_right.data(), 248, 1400); in test_contractions()