xref: /aosp_15_r20/external/eigen/doc/examples/make_circulant.cpp (revision bf2c37156dfe67e5dfebd6d394bad8b2ab5804d4)
1*bf2c3715SXin Li /*
2*bf2c3715SXin Li This program is presented in several fragments in the doc page.
3*bf2c3715SXin Li Every fragment is in its own file; this file simply combines them.
4*bf2c3715SXin Li */
5*bf2c3715SXin Li 
6*bf2c3715SXin Li #include "make_circulant.cpp.preamble"
7*bf2c3715SXin Li #include "make_circulant.cpp.traits"
8*bf2c3715SXin Li #include "make_circulant.cpp.expression"
9*bf2c3715SXin Li #include "make_circulant.cpp.evaluator"
10*bf2c3715SXin Li #include "make_circulant.cpp.entry"
11*bf2c3715SXin Li #include "make_circulant.cpp.main"
12