CMS 3D CMS Logo

SparseCompRow.h

Go to the documentation of this file.
00001 
00002 #ifndef SPARSE_COMPROW_H
00003 #define SPARSE_COMPROW_H
00004 
00005 double SparseCompRow_num_flops(int N, int nz, int num_iterations);
00006 
00007 void SparseCompRow_matmult( int M, double *y, double *val, int *row,
00008         int *col, double *x, int NUM_ITERATIONS);
00009 
00010 #endif

Generated on Tue Jun 9 17:49:25 2009 for CMSSW by  doxygen 1.5.4