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

New signature for axpby in Python #748

Closed
paskino opened this issue Jul 2, 2020 · 3 comments
Closed

New signature for axpby in Python #748

paskino opened this issue Jul 2, 2020 · 3 comments

Comments

@paskino
Copy link
Contributor

paskino commented Jul 2, 2020

The proposal is to make axpby a static method of DataContainer with the following signature which will give us the full flexibility in the method

@staticmethod
def axpby(a,x,b,y,out=None):
   ...

Please have a look at https://github.com/vais-ral/CCPi-Framework/issues/613

@paskino
Copy link
Contributor Author

paskino commented Jul 3, 2020

After some experimenting I came to this conclusion.

@KrisThielemans
Copy link
Member

conclusion in UCL/STIR#560

This will need a sequence of steps.

@KrisThielemans
Copy link
Member

@gfardell I think this can be closed?

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