PandA-2024.02
|
#include <stdlib.h>
#include <stdio.h>
#include "support.h"
Go to the source code of this file.
Data Structures | |
struct | bench_args_t |
Macros | |
#define | NNZ 1666 |
#define | N 494 |
#define | TYPE double |
Functions | |
void | spmv (TYPE val[NNZ], int32_t cols[NNZ], int32_t rowDelimiters[N+1], TYPE vec[N], TYPE out[N]) |
#define NNZ 1666 |
Definition at line 11 of file spmv.h.
Referenced by data_to_input(), fillVal(), initMat(), input_to_data(), and main().