Statistics
| Branch: | Revision:

root / synthbench / euroben-ports / base / C-MPI / mod2as / fundefs.h @ 0:839f52ef7657

History | View | Annotate | Download (335 Bytes)

1
int    check( int ncols, int nrows, int nelmts, int indx[], int rowp[],
2
              double outvec[] );
3
void   getmatvec( int ncols, int nrows, int nelmts, int indx[], int rowp[],
4
                  double matvals[], double invec[] );
5
int    part( int, int, int );
6
void   prthead( int );
7
double rand64( void );
8
void   state( char * );