Skip to content

Matrix plan_transform #79

@ioannisPApapadopoulos

Description

@ioannisPApapadopoulos

Following on from my issue in ClassicalOrthogonalPolynomials..

My goal is to apply a tensor-product plan_transform(ContinuousPolynomial{0}(r), (Block(p), Block(p)) to multiple vectors simultaneously. Focusing on the 1D case first, it seems to me that the infrastructure is not completely there yet, right?

From the tests I can see that the following works:

r, p = range(0,1,3), 3
P = ContinuousPolynomial{0}(r)
x, F = plan_grid_transform(P, (Block(p),2), 1)
c = F*[exp.(x) ;;; cos.(x)]

but then F \ c errors.

Do you think the goal is attainable @dlfivefifty ?

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