Content deleted Content added
→Compressed sparse row (CSR, CRS or Yale format): incorrect template |
Remove dispute about the last ROW_INDEX storing NNZ (or NNZ + 1 if indexing starts at 1) as this the standard format used (see the citation in the description of ROW_INDEX, oneMKL documentation, LAPACK documentation, etc.) |
||
Line 64:
V = [ 5 8 3 6 ]
COL_INDEX = [ 0 1 2 1 ]
ROW_INDEX = [ 0 1 2 3 4
assuming a zero-indexed language.
|