|
Polynom_seq
|
Functions | |
| double | scalar (const unsigned int N, const double x[], const double y[]) |
| double | norm (const unsigned int N, const double x[]) |
| double | poly (const unsigned int p, const double coeff[], const double x) |
| double | horner (const unsigned int p, const double coeff[], const double x) |
| void | func_poly_1 (const unsigned int p, const double coeff[], const unsigned int N, const double x[], double y[]) |
| void | func_poly_2 (const unsigned int p, const double coeff[], const unsigned int N, const double x[], double y[]) |
| void | func_poly_2_unroll (const unsigned int p, const double coeff[], const unsigned int N, const double x[], double y[]) |
| void func_poly_1 | ( | const unsigned int | p, |
| const double | coeff[], | ||
| const unsigned int | N, | ||
| const double | x[], | ||
| double | y[] | ||
| ) |
| void func_poly_2 | ( | const unsigned int | p, |
| const double | coeff[], | ||
| const unsigned int | N, | ||
| const double | x[], | ||
| double | y[] | ||
| ) |
| void func_poly_2_unroll | ( | const unsigned int | p, |
| const double | coeff[], | ||
| const unsigned int | N, | ||
| const double | x[], | ||
| double | y[] | ||
| ) |
| double horner | ( | const unsigned int | p, |
| const double | coeff[], | ||
| const double | x | ||
| ) |
| double norm | ( | const unsigned int | N, |
| const double | x[] | ||
| ) |
Parameter constructor
| N | number of vector elements |
| x | vector |
| y | vector |
| double poly | ( | const unsigned int | p, |
| const double | coeff[], | ||
| const double | x | ||
| ) |
Parameter constructor
| N | number of vector elements |
| x | vector |
| double scalar | ( | const unsigned int | N, |
| const double | x[], | ||
| const double | y[] | ||
| ) |
1.8.11