Add TODO for barycentric formula special case
This commit is contained in:
parent
12c3cb7645
commit
279eb5b514
|
@ -103,6 +103,8 @@ void eval_poly(fr_t *out, const poly *p, const fr_t *x) {
|
|||
}
|
||||
|
||||
// TODO: optimize via batch inversion
|
||||
// TODO: Consider the case where x is one of the roots of unity
|
||||
// (needs special formula)
|
||||
void eval_poly_l(fr_t *out, const poly_l *p, const fr_t *x, const FFTSettings *fs) {
|
||||
fr_t tmp;
|
||||
uint64_t i;
|
||||
|
|
Loading…
Reference in New Issue