|
Manicore
Library to implement schemes on n-dimensionnal manifolds.
|

Macros | |
| #define | PRED(x, ...) COMPL(IS_1(x)) |
| #define | OP(x, ...) template class Manicore::DDR_Spaces<x>; |
| #define | CONT(x, ...) DEC(x), __VA_ARGS__ |
| #define | PRED(d, k, ...) COMPL(IS_1(d)) |
| #define | OP(d, k, ...) template Eigen::VectorXd Manicore::DDR_Spaces<d>::interpolate<k>(Manicore::DDR_Spaces<d>::FunctionType<k> const &, std::array<int,d> const *) const; |
| #define | CONT(d, k, ...) IF_ELSE_2(IS_0(k))(DEC(d), DEC(d), d,DEC(k)), __VA_ARGS__ |
| #define CONT | ( | x, | |
| ... | |||
| ) | DEC(x), __VA_ARGS__ |
| #define OP | ( | d, | |
| k, | |||
| ... | |||
| ) | template Eigen::VectorXd Manicore::DDR_Spaces<d>::interpolate<k>(Manicore::DDR_Spaces<d>::FunctionType<k> const &, std::array<int,d> const *) const; |
| #define OP | ( | x, | |
| ... | |||
| ) | template class Manicore::DDR_Spaces<x>; |