epfl-archive/cs440-acg/ext/eigen/doc/examples/make_circulant.cpp.preamble

5 lines
85 B
Plaintext
Raw Normal View History

2022-04-07 18:46:57 +02:00
#include <Eigen/Core>
#include <iostream>
template <class ArgType> class Circulant;