desert0616 / DCSR

Dynamic CSR matrix

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DCSR

Dynamic CSR matrix

This is still a work in progress...

To build just type make, but Makefile will need to be edited to match the specs/local paths on your machine.

There are a few matrix files in .mtx format in the matrices folder.

Usage: ./DCSR matrixfile

//comments on usage The matrix format is compatible with existing formats. Typical usage will involve conversion from another format such as CSR, COO, HYB, etc. followed by updates to the matrix and then conversion back to the previous format. The code could also be written to use DCSR entirely.

About

Dynamic CSR matrix


Languages

Language:HTML 36.3%Language:C++ 34.7%Language:Cuda 26.9%Language:C 1.3%Language:Makefile 0.3%Language:JavaScript 0.3%Language:CSS 0.2%Language:Objective-C 0.0%Language:Python 0.0%Language:Shell 0.0%Language:TeX 0.0%