eigen/doc
Antonio Sánchez 1a5eecd45e Clarify range spanning major versions only works with 3.4.1.
<!-- 
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.-->

Clarify range spanning major versions only works with 3.4.1.

### 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 #2994.

Closes #2994

See merge request libeigen/eigen!2042
2025-10-24 19:54:27 +00:00
..
examples Fix all the doxygen warnings. 2025-02-01 00:00:31 +00:00
snippets Fix all the doxygen warnings. 2025-02-01 00:00:31 +00:00
special_examples Fix all the doxygen warnings. 2025-02-01 00:00:31 +00:00
AsciiQuickReference.txt Fixes #2735: Component-wise cbrt 2023-10-25 03:06:13 +00:00
B01_Experimental.dox
CMakeLists.txt CMake: add install-doc target 2025-03-14 00:35:00 +00:00
ClassHierarchy.dox
CoeffwiseMathFunctionsTable.dox Fix all the doxygen warnings. 2025-02-01 00:00:31 +00:00
CustomizingEigen_CustomScalar.dox Fixes #2703 by adding max_digits10 function 2023-07-26 16:02:52 +00:00
CustomizingEigen_InheritingMatrix.dox Doc: split customizing-eigen page into sub-pages and re-structure a bit the different topics 2016-08-30 11:10:08 +02:00
CustomizingEigen_NullaryExpr.dox Add a nullary-functor example performing index-based sub-matrices. 2016-09-22 22:27:54 +02:00
CustomizingEigen_Plugins.dox Fix some typos 2023-03-16 23:11:43 +00:00
DenseDecompositionBenchmark.dox Update old links to bitbucket to point to gitlab.com 2019-12-04 10:57:07 +01:00
Doxyfile.in Add "Version" file and update version. 2025-09-20 02:08:59 +00:00
Eigen_Silly_Professor_64x64.png
FixedSizeVectorizable.dox Update and extend doc on alignment issues. 2016-12-11 22:45:32 +01:00
FunctionsTakingEigenTypes.dox Fix some typos 2023-03-16 23:11:43 +00:00
HiPerformance.dox [PATCH 1/2] Misc. typos 2018-09-18 04:15:01 -04:00
InplaceDecomposition.dox Typo. 2016-07-26 12:12:53 +02:00
InsideEigenExample.dox Fix typos 2024-08-02 00:06:24 +00:00
LeastSquares.dox Update documentation for matrix decompositions and least squares solvers. 2021-08-16 21:56:18 +00:00
Manual.dox Fix all the doxygen warnings. 2025-02-01 00:00:31 +00:00
MatrixfreeSolverExample.dox Formatting 2016-07-26 23:51:43 +02:00
NewExpressionType.dox Doc: add links and discourage user to write their own expression (better use CwiseNullaryOp) 2016-08-30 15:57:46 +02:00
Overview.dox Fix all the doxygen warnings. 2025-02-01 00:00:31 +00:00
PassingByValue.dox Update and extend doc on alignment issues. 2016-12-11 22:45:32 +01:00
Pitfalls.dox Document possible inconsistencies when using `Matrix<bool, ...>` 2021-02-17 00:50:26 +01:00
PreprocessorDirectives.dox Add workaround for using std::fma for scalar multiply-add. 2025-10-09 18:57:46 +00:00
QuickReference.dox Fix typo: duplicated 'for' in docs 2025-07-16 01:12:48 +00:00
QuickStartGuide.dox Fix all the doxygen warnings. 2025-02-01 00:00:31 +00:00
SparseLinearSystems.dox Fix typo 2025-09-09 06:21:42 +00:00
SparseQuickReference.dox Fix typos 2024-08-02 00:06:24 +00:00
StlContainers.dox Escape \# inside doxygen docu 2019-07-12 19:45:13 +02:00
StorageOrders.dox
StructHavingEigenMembers.dox removed some documentation referencing c++98 behaviour 2022-01-30 12:02:18 +00:00
TemplateKeyword.dox MIsc. source and comment typos 2018-03-11 10:01:44 -04:00
TopicAliasing.dox
TopicAssertions.dox Fix typos 2024-08-02 00:06:24 +00:00
TopicCMakeGuide.dox Clarify range spanning major versions only works with 3.4.1. 2025-10-24 19:54:27 +00:00
TopicEigenExpressionTemplates.dox
TopicLazyEvaluation.dox bug #1585: update doc on lazy-evaluation 2019-01-16 16:28:17 +01:00
TopicLinearAlgebraDecompositions.dox fix various typos 2021-09-22 16:15:06 +00:00
TopicMultithreading.dox Mention problems when using potentially throwing scalars and OpenMP 2020-10-09 17:04:25 +02:00
TopicResizing.dox
TopicScalarTypes.dox
TopicVectorization.dox
TutorialAdvancedInitialization.dox
TutorialArrayClass.dox
TutorialBlockOperations.dox updated documentation for middleCol and middleRow 2021-08-05 17:21:16 +00:00
TutorialGeometry.dox Fix all the doxygen warnings. 2025-02-01 00:00:31 +00:00
TutorialLinearAlgebra.dox Update documentation for matrix decompositions and least squares solvers. 2021-08-16 21:56:18 +00:00
TutorialMapClass.dox MIsc. source and comment typos 2018-03-11 10:01:44 -04:00
TutorialMatrixArithmetic.dox Fix all the doxygen warnings. 2025-02-01 00:00:31 +00:00
TutorialMatrixClass.dox Fix all the doxygen warnings. 2025-02-01 00:00:31 +00:00
TutorialReductionsVisitorsBroadcasting.dox
TutorialReshape.dox Put code in monospace (typewriter) style. 2021-08-03 01:48:32 +00:00
TutorialSTL.dox Fix name of tutorial snippet. 2019-01-23 10:35:06 +01:00
TutorialSlicingIndexing.dox Allow symbols to be used in compile-time expressions. 2024-03-28 18:43:50 +00:00
TutorialSparse.dox Fix all the doxygen warnings. 2025-02-01 00:00:31 +00:00
TutorialSparse_example_details.dox
UnalignedArrayAssert.dox Fix all the doxygen warnings. 2025-02-01 00:00:31 +00:00
UsingBlasLapackBackends.dox Add BDCSVD_LAPACKE binding 2022-12-09 18:50:12 +00:00
UsingIntelMKL.dox Add EIGEN_MKL_NO_DIRECT_CALL option 2017-11-09 11:07:45 +01:00
UsingNVCC.dox MIsc. source and comment typos 2018-03-11 10:01:44 -04:00
WrongStackAlignment.dox
eigendoxy.css Fix navbar scroll with toc. 2022-04-05 20:14:22 +00:00
eigendoxy_footer.html.in Fix all the doxygen warnings. 2025-02-01 00:00:31 +00:00
eigendoxy_header.html.in Fix all the doxygen warnings. 2025-02-01 00:00:31 +00:00
eigendoxy_layout.xml.in Fix all the doxygen warnings. 2025-02-01 00:00:31 +00:00
eigendoxy_tabs.css
ftv2node.png Add some doxygen's images to support both old and recent doxygen versions 2016-07-12 16:45:43 +02:00
ftv2pnode.png Add some doxygen's images to support both old and recent doxygen versions 2016-07-12 16:45:43 +02:00
tutorial.cpp Clang-format tests, examples, libraries, benchmarks, etc. 2023-12-05 21:22:55 +00:00