Skip to content

Inverse of Plan Legendre Transform alters input? #238

@Veenty

Description

@Veenty

Not sure if this is an expected behavior or not, what is the resulting vector?

P = Legendre()
x = chebyshevpoints(Float64, 10, Val(1))
p = plan_transform(P, x, 1)
v = rand(10)
v_copy = copy(v)
p\v 
v ≈ v_copy  #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