You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 wrapperThe text was updated successfully, but these errors were encountered: