PandA-2024.02
Functions
spmv.c File Reference
#include "spmv.h"
Include dependency graph for spmv.c:

Go to the source code of this file.

Functions

void spmv (TYPE val[NNZ], int32_t cols[NNZ], int32_t rowDelimiters[N+1], TYPE vec[N], TYPE out[N])
 

Function Documentation

◆ spmv()

void spmv ( TYPE  val[NNZ],
int32_t  cols[NNZ],
int32_t  rowDelimiters[N+1],
TYPE  vec[N],
TYPE  out[N] 
)

Definition at line 8 of file spmv.c.

References N, sum, and TYPE.

Referenced by main(), and run_benchmark().

Here is the caller graph for this function:

Generated on Mon Feb 12 2024 13:03:10 for PandA-2024.02 by doxygen 1.8.13