This bugzilla service is closed. All entries have been migrated to https://gitlab.com/libeigen/eigen
Bug 1134 - Condition always false in JacobiSVD::allocate()
Summary: Condition always false in JacobiSVD::allocate()
Status: RESOLVED FIXED
Alias: None
Product: Eigen
Classification: Unclassified
Component: SVD (show other bugs)
Version: 3.2
Hardware: All All
: Normal Unknown
Assignee: Nobody
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-12-11 09:53 UTC by Thorsten Harter
Modified: 2019-12-04 15:16 UTC (History)
3 users (show)



Attachments

Description Thorsten Harter 2015-12-11 09:53:54 UTC
Version: 3.2.7 (2015-11-05)

File: SVD\JacobiSVD.h
Line: 819

if(m_cols!=m_cols)  m_scaledMatrix.resize(rows,cols);

This condition is always false, I assume that it should be if(m_rows!=m_cols) as in line 844.

This didn't cause any troubles, it was only found by the static code analysis tool.
Comment 2 Nobody 2019-12-04 15:16:35 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/1134.

Note You need to log in before you can comment on or make changes to this bug.