Sparse matrix: Difference between revisions

Content deleted Content added
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{{dispute inline|date=September 2023|Query: why this element '4'here ?}}]
assuming a zero-indexed language.