This bugzilla service is closed. All entries have been migrated to https://gitlab.com/libeigen/eigen
Bug 599 - HouseholderQR documentation missing members
Summary: HouseholderQR documentation missing members
Status: RESOLVED FIXED
Alias: None
Product: Eigen
Classification: Unclassified
Component: Documentation (show other bugs)
Version: 3.2
Hardware: All All
: Normal Unknown
Assignee: Nobody
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-11 22:22 UTC by Doug Morgan
Modified: 2019-12-04 12:18 UTC (History)
3 users (show)



Attachments

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.

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