Changes between Version 21 and Version 22 of Examples


Ignore:
Timestamp:
08/04/24 09:55:15 (22 months ago)
Author:
siegel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Examples

    v21 v22  
    11
    22== Sparse Matrix-Vector Multiplication ==
     3
     4In this example, we verify the functional correctness of a matrix-vector multiplication
     5routine where the matrix is represented in a sparse (Compressed Sparse Row)
     6representation.
    37
    48File `csr.h`: