| Manicore
    Library to implement schemes on n-dimensionnal manifolds. | 
#include "exporter.hpp"#include "integral.hpp"#include <fstream>#include <iostream>#include "preprocessor.hpp"
| Macros | |
| #define | PRED(x, ...) COMPL(IS_1(x)) | 
| #define | OP(x, ...) template class Manicore::Exporter<x>; | 
| #define | CONT(x, ...) DEC(x), __VA_ARGS__ | 
| #define CONT | ( | x, | |
| ... | |||
| ) | DEC(x), __VA_ARGS__ | 
| #define OP | ( | x, | |
| ... | |||
| ) | template class Manicore::Exporter<x>; |