|
Jpp issue-621
the software that should make you happy
|
Go to the source code of this file.
Classes | |
| struct | utl::Polynomial< Float, Tag, order > |
| struct | utl::Horner< Float, Tag, order > |
| struct | utl::Horner< Float, Tag, 0 > |
Namespaces | |
| namespace | utl |
Macros | |
| #define | HORNER_COEFF(_Tag_, _i_, _c_) |
| #define | HORNER_COEFF2(_Tag_, _i_, _c_y_) |
| #define | HORNER0(F, x, c0) |
| #define | HORNER1(F, x, c1, c0) |
| #define | HORNER2(F, x, c2, c1, c0) |
| #define | HORNER3(F, x, c3, c2, c1, c0) |
| #define | HORNER4(F, x, c4, c3, c2, c1, c0) |
| #define | HORNER5(F, x, c5, c4, c3, c2, c1, c0) |
| #define | HORNER6(F, x, c6, c5, c4, c3, c2, c1, c0) |
| #define | HORNER7(F, x, c7, c6, c5, c4, c3, c2, c1, c0) |
| #define | HORNER8(F, x, c8, c7, c6, c5, c4, c3, c2, c1, c0) |
| #define | HORNER9(F, x, c9, c8, c7, c6, c5, c4, c3, c2, c1, c0) |
| #define HORNER_COEFF | ( | _Tag_, | |
| _i_, | |||
| _c_ ) |
Definition at line 61 of file Horner.h.
| #define HORNER_COEFF2 | ( | _Tag_, | |
| _i_, | |||
| _c_y_ ) |
Definition at line 63 of file Horner.h.
| #define HORNER1 | ( | F, | |
| x, | |||
| c1, | |||
| c0 ) |
| #define HORNER2 | ( | F, | |
| x, | |||
| c2, | |||
| c1, | |||
| c0 ) |
| #define HORNER3 | ( | F, | |
| x, | |||
| c3, | |||
| c2, | |||
| c1, | |||
| c0 ) |
| #define HORNER4 | ( | F, | |
| x, | |||
| c4, | |||
| c3, | |||
| c2, | |||
| c1, | |||
| c0 ) |
| #define HORNER5 | ( | F, | |
| x, | |||
| c5, | |||
| c4, | |||
| c3, | |||
| c2, | |||
| c1, | |||
| c0 ) |
| #define HORNER6 | ( | F, | |
| x, | |||
| c6, | |||
| c5, | |||
| c4, | |||
| c3, | |||
| c2, | |||
| c1, | |||
| c0 ) |
| #define HORNER7 | ( | F, | |
| x, | |||
| c7, | |||
| c6, | |||
| c5, | |||
| c4, | |||
| c3, | |||
| c2, | |||
| c1, | |||
| c0 ) |
| #define HORNER8 | ( | F, | |
| x, | |||
| c8, | |||
| c7, | |||
| c6, | |||
| c5, | |||
| c4, | |||
| c3, | |||
| c2, | |||
| c1, | |||
| c0 ) |