Possible typo in bench/spmv.cpp
Submitted by Marcho
Assigned to Nobody
Link to original bugzilla bug (#595)
Version: 3.1
Description
File bench/spmv.cpp:101
Missing parenthesis ?
-- current
++ should be
-- SPMV_BENCHres = dm.transpose() * sm);
++ SPMV_BENCH(res = dm.transpose() * sm);