Skip to content

CSR matrix format stores in a file #216

Description

@mehdiBabamehdi

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions