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

CSR matrix format stores in a file #216

Open
mehdiBabamehdi opened this issue Feb 2, 2020 · 0 comments
Open

CSR matrix format stores in a file #216

mehdiBabamehdi opened this issue Feb 2, 2020 · 0 comments

Comments

@mehdiBabamehdi
Copy link

I want to use sample-spmv.cpp benchmark and in the code, sparse matrix should be read from a file, which is mentioned that it should be "CSR fromat" but there is not anything what it means, i.e. how data stores in a file which is CSR fromat. I know that CSR format store non-zero elements of a matrix A and two auxiliary matrix which in first column number of each non-zero element, and the second one contains pointers to start of rows. now, how this three matrix stores in a file which is called "CSR file format" read in by clsparseSCsrMatrixfromFile function

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

1 participant