From ce2035af868d57b85b4078c15843d5c1f51047dc Mon Sep 17 00:00:00 2001 From: Jitse Niesen Date: Sat, 27 Sep 2014 23:25:58 +0100 Subject: New doc page on implementing a new expression class. --- doc/examples/make_circulant.cpp.preamble | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 doc/examples/make_circulant.cpp.preamble (limited to 'doc/examples/make_circulant.cpp.preamble') diff --git a/doc/examples/make_circulant.cpp.preamble b/doc/examples/make_circulant.cpp.preamble new file mode 100644 index 000000000..e575cce14 --- /dev/null +++ b/doc/examples/make_circulant.cpp.preamble @@ -0,0 +1,4 @@ +#include +#include + +template class Circulant; -- cgit v1.2.3