Skip to content

Fix Fourier itransform with even number of points #1

@dlfivefifty

Description

@dlfivefifty
julia> f = Fun(Fourier(), randn(5));

julia> f.(points(f))  values(f)
true

julia> f = Fun(Fourier(), randn(6));

julia> f.(points(f))  values(f)
false

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