FNFT
Loading...
Searching...
No Matches
Functions
fnft__poly_eval.h File Reference

Evaluation of polynomials and their derivatives using Horner's method. More...

#include "fnft.h"
Include dependency graph for fnft__poly_eval.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.
 

Detailed Description

Evaluation of polynomials and their derivatives using Horner's method.