make_circulant.cpp.preamble
Go to the documentation of this file.
1 #include <Eigen/Core>
2 #include <iostream>
3 
4 template <class ArgType> class Circulant;