src
Validation
Performance
bin
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
SparseCompRow_num_flops
double SparseCompRow_num_flops(int N, int nz, int num_iterations)
SparseCompRow_matmult
void SparseCompRow_matmult(int M, double *y, double *val, int *row, int *col, double *x, int NUM_ITERATIONS)
N
#define N
Definition:
blowfish.cc:9
detailsBasic3DVector::y
float float y
Definition:
extBasic3DVector.h:14
cuy.col
col
Definition:
cuy.py:1009
x
float x
Definition:
beamSpotDipStandalone.cc:55
heppy_batch.val
val
Definition:
heppy_batch.py:351
Generated for CMSSW Reference Manual by
1.8.14