This bugzilla service is closed. All entries have been migrated to https://gitlab.com/libeigen/eigen

Bug 595

Summary: Possible typo in bench/spmv.cpp
Product: Eigen Reporter: Marcho <marcho>
Component: GeneralAssignee: Nobody <eigen.nobody>
Status: RESOLVED FIXED    
Severity: Unknown CC: gael.guennebaud, jacob.benoit.1
Priority: Normal    
Version: 3.1   
Hardware: All   
OS: All   
Whiteboard:

Description Marcho 2013-05-06 13:58:54 UTC
File bench/spmv.cpp:101

Missing parenthesis ?

-- current
++ should be

-- SPMV_BENCHres = dm.transpose() * sm);
++ SPMV_BENCH(res = dm.transpose() * sm);
Comment 1 Gael Guennebaud 2013-06-10 13:12:04 UTC
https://bitbucket.org/eigen/eigen/commits/b8fbca219995/
Changeset:   b8fbca219995
User:        ggael
Date:        2013-06-10 13:10:36
Summary:     Fix bug 595: typo
Comment 2 Nobody 2019-12-04 12:17:55 UTC
-- GitLab Migration Automatic Message --

This bug has been migrated to gitlab.com's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.com/libeigen/eigen/issues/595.