Compressed Sparse Blocks
1.2
|
This is the complete list of members for int_least_helper< 4 >, including all inherited members.
()Spvec< T, ITYPE >
fillzero()Spvec< T, ITYPE >
getarr()Spvec< T, ITYPE >inline
operator+=(const Matmul< Csc< T, ITYPE >, Spvec< T, ITYPE > > &matmul)Spvec< T, ITYPE >
operator+=(const Matmul< BiCsb< T, ITYPE >, Spvec< T, ITYPE > > &matmul)Spvec< T, ITYPE >
operator=(const Spvec< T, ITYPE > &rhs)Spvec< T, ITYPE >
operator[](const ITYPE nIndex)Spvec< T, ITYPE >inline
size() const Spvec< T, ITYPE >inline
Spvec()Spvec< T, ITYPE >inline
Spvec(ITYPE dim)Spvec< T, ITYPE >
Spvec(T *darr, ITYPE dim)Spvec< T, ITYPE >
Spvec(const Spvec< T, ITYPE > &rhs)Spvec< T, ITYPE >
~Spvec()Spvec< T, ITYPE >
>spvec.cpp:144
float RowImbalance(const CSB &A)
void SetPointers(ITYPE *colpointers, ITYPE *rowindices, T *vals, ITYPE size, ITYPE rows, ITYPE cols, bool fortran)
void csc_gaxpy_trans(const Csc< T, ITYPE > &A, T *x, T *y)
ass="lineno"> 251 Spvec<VALUETYPE, INDEXTYPE> yt_csc (n);
256 bicsb_gespmvt<PTDD>(bicsb, xt.
getarr(), yt_bicsb.
getarr());
257 t0 = timer_seconds_since_init();
258 for(
int i=0; i <
REPEAT; ++i)
260 bicsb_gespmvt<PTDD>(bicsb, xt.
getarr(), yt_bicsb.
getarr());
262 t1 = timer_seconds_since_init();
264 time = (t1-t0)/REPEAT;
265 cout<<
"BiCSB Trans" <<
" time: " << time <<
" seconds" <<endl;
266 cout<<
"BiCSB Trans" <<
" mflop/sec: " << flops / (1000000 * time) <<endl;
268&
Compressed Sparse Blocks: Member List
Compressed Sparse Blocks
1.2
|
This is the complete list of members for int_least_helper< 4 >, including all inherited members.
()
Spvec< T, ITYPE >
fillzero()
Spvec< T, ITYPE >
getarr()
Spvec< T, ITYPE >inline
operator+=(const Matmul< Csc< T, ITYPE >, Spvec< T, ITYPE > > &matmul)
Spvec< T, ITYPE >
operator+=(const Matmul< BiCsb< T, ITYPE >, Spvec< T, ITYPE > > &matmul)
Spvec< T, ITYPE >
operator=(const Spvec< T, ITYPE > &rhs)
Spvec< T, ITYPE >
operator[](const ITYPE nIndex)
Spvec< T, ITYPE >inline
size() const
Spvec< T, ITYPE >inline
Spvec()
Spvec< T, ITYPE >inline
Spvec(ITYPE dim)
Spvec< T, ITYPE >
Spvec(T *darr, ITYPE dim)
Spvec< T, ITYPE >
Spvec(const Spvec< T, ITYPE > &rhs)
Spvec< T, ITYPE >
~Spvec()
Spvec< T, ITYPE >
>spvec.cpp:144
float RowImbalance(const CSB &A)
void SetPointers(ITYPE *colpointers, ITYPE *rowindices, T *vals, ITYPE size, ITYPE rows, ITYPE cols, bool fortran)
void csc_gaxpy_trans(const Csc< T, ITYPE > &A, T *x, T *y)
ass="lineno"> 251 Spvec<VALUETYPE, INDEXTYPE> yt_csc (n);
256 bicsb_gespmvt<PTDD>(bicsb, xt.
getarr(), yt_bicsb.
getarr());
257 t0 = timer_seconds_since_init();
258 for(
int i=0; i <
REPEAT; ++i)
260 bicsb_gespmvt<PTDD>(bicsb, xt.
getarr(), yt_bicsb.
getarr());
262 t1 = timer_seconds_since_init();
264 time = (t1-t0)/REPEAT;
265 cout<<
"BiCSB Trans" <<
" time: " << time <<
" seconds" <<endl;
266 cout<<
"BiCSB Trans" <<
" mflop/sec: " << flops / (1000000 * time) <<endl;
268&
Compressed Sparse Blocks: Member List
Compressed Sparse Blocks
1.2
|