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

SPMV Documentation Incomplete #484

Closed
csiefer2 opened this issue Oct 22, 2019 · 3 comments
Closed

SPMV Documentation Incomplete #484

csiefer2 opened this issue Oct 22, 2019 · 3 comments
Assignees

Comments

@csiefer2
Copy link
Contributor

Could we please put a formula on the page that says what this routine actually does, specifically what part of the calculation alpha and beta are applied to?

https://github.com/kokkos/kokkos-kernels/wiki/SPARSE-2%3A%3Aspmv

@csiefer2
Copy link
Contributor Author

@ndellingwood

@ndellingwood
Copy link
Contributor

@csiefer2 page updated, it computes

y = beta*y + alpha*Op(A)*x

@lucbv
Copy link
Contributor

lucbv commented Nov 5, 2019

I feel this can be closed now...

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

No branches or pull requests

3 participants