FNFT
|
Evaluation of polynomials and their derivatives using Horner's method. More...
#include "fnft.h"
Go to the source code of this file.
Functions | |
FNFT_INT | fnft__poly_eval (const FNFT_UINT deg, FNFT_COMPLEX const *const p, const FNFT_UINT nz, FNFT_COMPLEX *const z) |
Evaluation of polynomials. | |
FNFT_INT | fnft__poly_evalderiv (const FNFT_UINT deg, FNFT_COMPLEX const *const p, const FNFT_UINT nz, FNFT_COMPLEX *const z, FNFT_COMPLEX *const deriv) |
Evaluation of polynomials and their derivatives. | |
Evaluation of polynomials and their derivatives using Horner's method.