eigen/doc
2024-08-02 00:06:24 +00:00
..
examples Clang-format tests, examples, libraries, benchmarks, etc. 2023-12-05 21:22:55 +00:00
snippets Add truncation op 2024-04-29 23:45:49 +00:00
special_examples Clang-format tests, examples, libraries, benchmarks, etc. 2023-12-05 21:22:55 +00:00
AsciiQuickReference.txt Fixes #2735: Component-wise cbrt 2023-10-25 03:06:13 +00:00
B01_Experimental.dox
ClassHierarchy.dox Rename the dox files: the number prefixes are not needed anymore 2013-01-06 23:57:54 +01:00
CMakeLists.txt Bump CMake files to at least c++11. 2021-08-25 20:07:48 +00:00
CoeffwiseMathFunctionsTable.dox Fixes #2735: Component-wise cbrt 2023-10-25 03:06:13 +00:00
CustomizingEigen_CustomScalar.dox Fixes #2703 by adding max_digits10 function 2023-07-26 16:02:52 +00:00
CustomizingEigen_InheritingMatrix.dox
CustomizingEigen_NullaryExpr.dox
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 Unconditionally enable CXX11 math. 2022-10-04 17:37:47 +00:00
eigen_navtree_hacks.js Fix typos 2024-08-02 00:06:24 +00:00
Eigen_Silly_Professor_64x64.png
eigendoxy_footer.html.in remove piwik tracker 2020-07-23 13:51:39 +02:00
eigendoxy_header.html.in Remove user survey from Doxygen header 2021-12-31 12:15:19 +01:00
eigendoxy_layout.xml.in
eigendoxy_tabs.css
eigendoxy.css Fix navbar scroll with toc. 2022-04-05 20:14:22 +00:00
FixedSizeVectorizable.dox
ftv2node.png
ftv2pnode.png
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
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 Remove Eigen2ToEigen3 migration page (obsolete since 3.3) 2019-01-16 16:27:00 +01:00
MatrixfreeSolverExample.dox
NewExpressionType.dox
Overview.dox Doc: remove link to porting guide 2019-01-17 10:35:50 +01:00
PassingByValue.dox
Pitfalls.dox Document possible inconsistencies when using Matrix<bool, ...> 2021-02-17 00:50:26 +01:00
PreprocessorDirectives.dox Fix typos 2024-08-02 00:06:24 +00:00
QuickReference.dox Fixes #2735: Component-wise cbrt 2023-10-25 03:06:13 +00:00
QuickStartGuide.dox Put code in monospace (typewriter) style. 2021-08-03 01:48:32 +00:00
SparseLinearSystems.dox Add support for Apple's Accelerate sparse matrix solvers 2022-03-08 00:09:18 +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
TopicAliasing.dox
TopicAssertions.dox Fix typos 2024-08-02 00:06:24 +00:00
TopicCMakeGuide.dox
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
tutorial.cpp Clang-format tests, examples, libraries, benchmarks, etc. 2023-12-05 21:22:55 +00:00
TutorialAdvancedInitialization.dox
TutorialArrayClass.dox
TutorialBlockOperations.dox updated documentation for middleCol and middleRow 2021-08-05 17:21:16 +00:00
TutorialGeometry.dox Added leading asterisk for Doxygen to consume as it was removing asterisk intended to be part of the code. 2019-07-18 18:12:14 +00:00
TutorialLinearAlgebra.dox Update documentation for matrix decompositions and least squares solvers. 2021-08-16 21:56:18 +00:00
TutorialMapClass.dox
TutorialMatrixArithmetic.dox Cross product for vectors of size 2. Fixes #1037 2022-11-15 22:39:42 +00:00
TutorialMatrixClass.dox Fix row vs column vector typo in Matrix class tutorial 2022-06-07 17:28:19 +00:00
TutorialReductionsVisitorsBroadcasting.dox
TutorialReshape.dox Put code in monospace (typewriter) style. 2021-08-03 01:48:32 +00:00
TutorialSlicingIndexing.dox Allow symbols to be used in compile-time expressions. 2024-03-28 18:43:50 +00:00
TutorialSparse_example_details.dox
TutorialSparse.dox fix typo in doc/TutorialSparse.dox 2022-09-06 17:56:13 +00:00
TutorialSTL.dox Fix name of tutorial snippet. 2019-01-23 10:35:06 +01:00
UnalignedArrayAssert.dox Update documentation regarding alignment issue. 2019-02-20 13:54:04 +01:00
UsingBlasLapackBackends.dox Add BDCSVD_LAPACKE binding 2022-12-09 18:50:12 +00:00
UsingIntelMKL.dox
UsingNVCC.dox
WrongStackAlignment.dox