make_circulant.cpp.preamble (85B)
1 #include <Eigen/Core> 2 #include <iostream> 3 4 template <class ArgType> class Circulant;