You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
366 B

  1. /*
  2. This program is presented in several fragments in the doc page.
  3. Every fragment is in its own file; this file simply combines them.
  4. */
  5. #include "make_circulant.cpp.preamble"
  6. #include "make_circulant.cpp.traits"
  7. #include "make_circulant.cpp.expression"
  8. #include "make_circulant.cpp.evaluator"
  9. #include "make_circulant.cpp.entry"
  10. #include "make_circulant.cpp.main"