![]() |
PandA-2024.02
|
#include "spmv.h"
Go to the source code of this file.
Macros | |
| #define | ran (TYPE)(((double) rand() / (MAX)) * (MAX-MIN) + MIN) |
Functions | |
| void | fillVal (TYPE A[NNZ]) |
| void | fill (TYPE x[N]) |
| void | initMat (int colind[NNZ], int rowDelimiters[N+1]) |
| void | initOut (TYPE y[N]) |
| int | main () |
| #define ran (TYPE)(((double) rand() / (MAX)) * (MAX-MIN) + MIN) |
Definition at line 4 of file spmv_test.c.
Referenced by fill(), fillVal(), and unique_path().
| void fill | ( | TYPE | x[N] | ) |
| void fillVal | ( | TYPE | A[NNZ] | ) |
| void initMat | ( | int | colind[NNZ], |
| int | rowDelimiters[N+1] | ||
| ) |
| void initOut | ( | TYPE | y[N] | ) |
Definition at line 52 of file spmv_test.c.
References N.
Referenced by main().

1.8.13