Skip to content

Precompute FFT to speed up multiplications by same polynomial #12

@hilder-vitor

Description

@hilder-vitor

Hello!

In a situation where we want to compute products f * g_i for several polynomials g_i's and a fixed polynomial f, we could precompute the FFT of f so that when we are given the g_i's, we just need to compute FFT(g_i), multiply and apply the inverse FFT...

Is there a way to precompute the FFT of a polynomial NTL::ZZX like this?

Thank you very much!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions