make_circulant.cpp.preamble 85 Bytes
Newer Older
1
2
3
4
5
#include <Eigen/Core>
#include <iostream>

template <class ArgType>
class Circulant;