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

Copy for solver #60

Open
nHackel opened this issue Nov 13, 2023 · 1 comment
Open

Copy for solver #60

nHackel opened this issue Nov 13, 2023 · 1 comment

Comments

@nHackel
Copy link
Member

nHackel commented Nov 13, 2023

It would be helpful for solvers to provide an implementation of copy. This could allow reconstruction packages some multi-threading options.

System matrixes should generally not be deepcopied, unless the SM contains stateful information. This can be the case for certain reconstructions from MRIReco I think. Such a case could be handled with a LinearOperatorWrapper-like wrapper

@tknopp
Copy link
Member

tknopp commented Nov 13, 2023

And the LinearOperatorWrapper-like wrapper should have immutable semantics (It won't be immutable technically but we should think of it like that)

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