CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros 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,
8  int *col, double *x, int NUM_ITERATIONS);
9 
10 #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)
T x() const
Cartesian x coordinate.
#define N
Definition: blowfish.cc:9
int col
Definition: cuy.py:1008