diff options
Diffstat (limited to 'eigen/doc/examples/make_circulant.cpp.preamble')
-rw-r--r-- | eigen/doc/examples/make_circulant.cpp.preamble | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/eigen/doc/examples/make_circulant.cpp.preamble b/eigen/doc/examples/make_circulant.cpp.preamble deleted file mode 100644 index e575cce..0000000 --- a/eigen/doc/examples/make_circulant.cpp.preamble +++ /dev/null @@ -1,4 +0,0 @@ -#include <Eigen/Core> -#include <iostream> - -template <class ArgType> class Circulant; |