CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
SparseCompRow.h
Go to the documentation of this file.
1 
2 #ifndef SPARSE_COMPROW_H
3 #define SPARSE_COMPROW_H
4 
5 double SparseCompRow_num_flops(int N, int nz, int num_iterations);
6 
7 void SparseCompRow_matmult(int M, double *y, double *val, int *row, int *col, double *x, int NUM_ITERATIONS);
8 
9 #endif
double SparseCompRow_num_flops(int N, int nz, int num_iterations)
void SparseCompRow_matmult(int M, double *y, double *val, int *row, int *col, double *x, int NUM_ITERATIONS)
uint16_t const *__restrict__ x
Definition: gpuClustering.h:39
#define N
Definition: blowfish.cc:9
int col
Definition: cuy.py:1009