[go: up one dir, main page]

Doxygen page for Matrix doesn't show functions of MatrixBase that are documented outside the class definition

Submitted by Zsbán Ambrus

Assigned to Nobody

Link to original bugzilla bug (#1336)
Version: 3.3 (current stable)

Description

In the doxygen documentation for the Matrix class "http://eigen.tuxfamily.org/dox-devel/classEigen_1_1Matrix.html", the member functions that are both inherited from MatrixBase and are not from the Core module are not shown. These member functions include eg.: cross, homogeneous, hnormalized, determinant, inverse, householderQr.

This bug is still present in the online docs for the 3.3 branch.

The documentation for the MatrixBase class "http://eigen.tuxfamily.org/dox-devel/classEigen_1_1MatrixBase.html" does show these functions.

Edited by Eigen Bugzilla