Loading...
Searching...
No Matches
Go to the documentation of this file.
4#include "CombBLAS/CombBLAS.h"
24 cout <<
"Usage: ./BlockedSpGEMM <MatrixA> <MatrixB> <br> <bc>" <<
endl;
45 IT nr =
A.getnrow(),
nc =
A.getncol(), nnz =
A.getnnz();
47 cout <<
"A " <<
nr <<
" " <<
nc <<
" " << nnz << std::endl;
51 nr =
B.getnrow(),
nc =
B.getncol(), nnz =
B.getnnz();
53 cout <<
"B " <<
nr <<
" " <<
nc <<
" " << nnz << std::endl;
61 nr =
C.getnrow(),
nc =
C.getncol(), nnz =
C.getnnz();
63 cout <<
"block size " <<
nr <<
" " <<
nc <<
" " << nnz