Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Split out transform from factorize #133

Open
dlfivefifty opened this issue Aug 12, 2022 · 0 comments
Open

Split out transform from factorize #133

dlfivefifty opened this issue Aug 12, 2022 · 0 comments

Comments

@dlfivefifty
Copy link
Member

dlfivefifty commented Aug 12, 2022

At the moment factorize plays the role of both a transform (a Plan) and a coordinate transformation. But sometimes its convenient to work directly with transforms. For example, at the moment I'm trying to do the analogue of fft(randn(3,3,3), 1) for a Chebyshev() basis but factorizations are inherently matrix/vec.

My plan is to add an extra function plan_transform(basis, array, dim) to support this functionality.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant