| commit | 284dcc122b776eff0fc1468bcd095112d1d609de | [log] [tgz] |
|---|---|---|
| author | Antonio Sánchez <cantonios@google.com> | Mon Nov 03 18:54:35 2025 +0000 |
| committer | Antonio Sánchez <cantonios@google.com> | Mon Nov 03 18:54:35 2025 +0000 |
| tree | 86250f8a3c7cf909b72c687cbd76154d87e54339 | |
| parent | 691009cfa343fb79b58955867702a78756a06e7a [diff] |
Fix doc references for nullary expressions. <!-- Thanks for contributing a merge request! We recommend that first-time contributors read our [contribution guidelines](https://eigen.tuxfamily.org/index.php?title=Contributing_to_Eigen). Before submitting the MR, please complete the following checks: - Create one PR per feature or bugfix, - Run the test suite to verify your changes. See our [test guidelines](https://eigen.tuxfamily.org/index.php?title=Tests). - Add tests to cover the bug addressed or any new feature. - Document new features. If it is a substantial change, add it to the [Changelog](https://gitlab.com/libeigen/eigen/-/blob/master/CHANGELOG.md). - Leave the following box checked when submitting: `Allow commits from members who can merge to the target branch`. This allows us to rebase and merge your change. Note that we are a team of volunteers; we appreciate your patience during the review process. --> ### Description <!--Please explain your changes.--> Fix doc references for nullary expressions. ### Reference issue <!-- You can link to a specific issue using the gitlab syntax #<issue number>. If the MR fixes an issue, write "Fixes #<issue number>" to have the issue automatically closed on merge. --> Fixes #2997. ### Additional information <!--Any additional information you think is important.--> Closes #2997 See merge request libeigen/eigen!2054 (cherry picked from commit 04eb06b35435ab9e740eacdd08a7a101dd9c8237) 31a2702e Fix doc references for nullary expressions. Co-authored-by: Antonio Sánchez <cantonios@google.com>
Eigen is a C++ template library for linear algebra: matrices, vectors, numerical solvers, and related algorithms.
For more information go to http://eigen.tuxfamily.org/ or https://libeigen.gitlab.io/docs/.
For pull request, bug reports, and feature requests, go to https://gitlab.com/libeigen/eigen.