Files
FastDeploy/third_party/eigen/doc/examples/make_circulant.cpp
Jack Zhou 355382ad63 Move eigen to third party (#282)
* remove useless statement

* Add eigen to third_party dir

* remove reducdant lines
2022-09-26 19:24:02 +08:00

12 lines
366 B
C++

/*
This program is presented in several fragments in the doc page.
Every fragment is in its own file; this file simply combines them.
*/
#include "make_circulant.cpp.entry"
#include "make_circulant.cpp.evaluator"
#include "make_circulant.cpp.expression"
#include "make_circulant.cpp.main"
#include "make_circulant.cpp.preamble"
#include "make_circulant.cpp.traits"