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

Bug 295

Summary: ColPivHouseholderQR does not really use user specified threshold
Product: Eigen Reporter: Gael Guennebaud <gael.guennebaud>
Component: QRAssignee: Nobody <eigen.nobody>
Status: NEW ---    
Severity: Unknown    
Priority: ---    
Version: 3.0   
Hardware: All   
OS: All   
Whiteboard:

Description Gael Guennebaud 2011-06-14 14:36:48 UTC
Currently user specified threshold (via setThreshold) is only used in rank() while compute() sets its own threshold:

RealScalar threshold_helper = m_colSqNorms.maxCoeff() * internal::abs2(NumTraits<Scalar>::epsilon()) / RealScalar(rows);

to compute m_nonzero_pivots. Then solve() also uses m_nonzero_pivots instead of rank().

This also this thread:

http://forum.kde.org/viewtopic.php?f=74&t=95481&sid=ed26a9f1d001dc38d354756fe962c5d3
Comment 1 Nobody 2019-12-04 10:51:46 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/295.