Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
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,
8
int
*
col
,
double
*
x
,
int
NUM_ITERATIONS);
9
10
#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:15
x
Definition:
DDAxes.h:10
cuy.col
int col
Definition:
cuy.py:1008
Generated for CMSSW Reference Manual by
1.8.5