CMS 3D CMS Logo

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
cuy.col
col
Definition: cuy.py:1010
SparseCompRow_num_flops
double SparseCompRow_num_flops(int N, int nz, int num_iterations)
N
#define N
Definition: blowfish.cc:9
SparseCompRow_matmult
void SparseCompRow_matmult(int M, double *y, double *val, int *row, int *col, double *x, int NUM_ITERATIONS)
heppy_batch.val
val
Definition: heppy_batch.py:351
genVertex_cff.x
x
Definition: genVertex_cff.py:12
detailsBasic3DVector::y
float float y
Definition: extBasic3DVector.h:14