Searched refs:MapXcf (Results 1 – 1 of 1) sorted by relevance
79 typedef Map<Matrix<std::complex<float>, Dynamic, Dynamic>> MapXcf; in test_contractions() typedef80 MapXcf m_left(t_left.data(), 1500, 248); in test_contractions()81 MapXcf m_right(t_right.data(), 248, 1400); in test_contractions()