-
Notifications
You must be signed in to change notification settings - Fork 3
Closed
Description
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
Labels
No labels