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

Example for LinearMapAO? #22

Closed
jlchan opened this issue Jun 6, 2021 · 1 comment
Closed

Example for LinearMapAO? #22

jlchan opened this issue Jun 6, 2021 · 1 comment

Comments

@jlchan
Copy link

jlchan commented Jun 6, 2021

I was trying to explore functionality mentioned in this comment JuliaLinearAlgebra/LinearMaps.jl#44 (comment), but couldn't figure out how to create a LinearMapAO (or LinearMapAX). Is there an example available somewhere?

@JeffFessler
Copy link
Owner

Oh, the example given in the README right here is one such example:
https://github.com/JeffFessler/LinearMapsAA.jl#operator-support
I added another example to the README in case that helps.

For a real example see:
https://github.com/JeffFessler/MIRT.jl/blob/efb5ec8c8875bf8bbb74932550825e5bf07b5497/src/regularize/Aodwt.jl#L52

You still use the method LinearMapAA but the type returned is LinearMapAO.

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

2 participants