#include <cmath>
Go to the source code of this file.
◆ DERIVORDERSWITCH
#define DERIVORDERSWITCH |
( |
|
l, |
|
|
|
d, |
|
|
|
x |
|
) |
| |
Value:
DERIVPOLYSWITICH(0,
d,
x) \
DERIVPOLYSWITICH(1,
d,
x) \
DERIVPOLYSWITICH(2,
d,
x) \
DERIVPOLYSWITICH(3,
d,
x) \
DERIVPOLYSWITICH(4,
d,
x) \
DERIVPOLYSWITICH(5,
d,
x) \
DERIVPOLYSWITICH(6,
d,
x) \
DERIVPOLYSWITICH(7,
d,
x) \
DERIVPOLYSWITICH(8,
d,
x) \
DERIVPOLYSWITICH(9,
d,
x) \
DERIVPOLYSWITICH(10,
d,
x) \
DERIVPOLYSWITICH(11,
d,
x) \
DERIVPOLYSWITICH(12,
d,
x) \
DERIVPOLYSWITICH(13,
d,
x) \
DERIVPOLYSWITICH(14,
d,
x) \
DERIVPOLYSWITICH(15,
d,
x) \
DERIVPOLYSWITICH(16,
d,
x) \
default: \
break; \
} \
break; \
}
Definition at line 25 of file LegendrePoly.h.
◆ DERIVPOLYSWITICH
#define DERIVPOLYSWITICH |
( |
|
l, |
|
|
|
d, |
|
|
|
x |
|
) |
| |
Value:
return Legendre::derivative<l,d>(
x); \
break; \
} \
Definition at line 18 of file LegendrePoly.h.
◆ POLYSWITCH
#define POLYSWITCH |
( |
|
order, |
|
|
|
x |
|
) |
| |
Value:
return Legendre::poly<order>(
x); \
break; \
}
Definition at line 13 of file LegendrePoly.h.