hzhan0607 / cusp-library

Automatically exported from code.google.com/p/cusp-library
Apache License 2.0
0 stars 0 forks source link

ensure coo_matrix has sorted indices #1

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Our spmv kernels require coo_matrix row indices to be in sorted order. 
Whenever a coo_matrix is created (e.g. read from disk or converted from
another format) it should satisfy this expectation.

Original issue reported on code.google.com by wnbell on 10 Oct 2009 at 8:37

GoogleCodeExporter commented 8 years ago
r39 ensures indices are sorted after reading from MatrixMarket format

Original comment by wnbell on 28 Oct 2009 at 5:40

GoogleCodeExporter commented 8 years ago

Original comment by wnbell on 16 Dec 2009 at 5:06

GoogleCodeExporter commented 8 years ago

Original comment by wnbell on 19 Jul 2010 at 11:18