CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Functions
SparseCompRow.h File Reference

Go to the source code of this file.

Functions

void SparseCompRow_matmult (int M, double *y, double *val, int *row, int *col, double *x, int NUM_ITERATIONS)
 
double SparseCompRow_num_flops (int N, int nz, int num_iterations)
 

Function Documentation

void SparseCompRow_matmult ( int  M,
double *  y,
double *  val,
int *  row,
int *  col,
double *  x,
int  NUM_ITERATIONS 
)
double SparseCompRow_num_flops ( int  N,
int  nz,
int  num_iterations 
)