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
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
The text was updated successfully, but these errors were encountered:
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 byclsparseSCsrMatrixfromFile
functionThe text was updated successfully, but these errors were encountered: