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

Bug 599

Summary: HouseholderQR documentation missing members
Product: Eigen Reporter: Doug Morgan <dougrm>
Component: DocumentationAssignee: Nobody <eigen.nobody>
Status: RESOLVED FIXED    
Severity: Unknown CC: gael.guennebaud, jacob.benoit.1, jitseniesen
Priority: Normal    
Version: 3.2   
Hardware: All   
OS: All   
Whiteboard:

Description Doug Morgan 2013-05-11 22:22:27 UTC
http://eigen.tuxfamily.org/dox/classEigen_1_1HouseholderQR-members.html
(and other HouseholderQR-related pages) says these are the members:

absDeterminant() const HouseholderQR< MatrixType > 
HouseholderQR() HouseholderQR< MatrixType > inline
HouseholderQR(Index rows, Index cols) HouseholderQR< MatrixType > inline
logAbsDeterminant() const HouseholderQR< MatrixType > 
matrixQR() const HouseholderQR< MatrixType > inline
solve(const MatrixBase< Rhs > &b) const HouseholderQR< MatrixType > inline

But HouseholderQR.h shows there are all sorts of other members.  For instance:

HouseholderQR(const MatrixType& matrix)
Comment 1 Gael Guennebaud 2013-06-10 11:59:03 UTC
https://bitbucket.org/eigen/eigen/commits/48d625b4b634/
Changeset:   48d625b4b634
User:        ggael
Date:        2013-06-10 11:58:28
Summary:     Fix bug 599: add missing documentation of some members in QR module.
Comment 2 Nobody 2019-12-04 12:18:57 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/599.