eigen/doc
Jitse Niesen a594ac3966 Allow for more iterations in SelfAdjointEigenSolver (bug #354).
Add an assert to guard against using eigenvalues that have not converged.
Add call to info() in tutorial example to cover non-convergence.
2011-11-02 14:18:20 +00:00
..
examples Allow for more iterations in SelfAdjointEigenSolver (bug #354). 2011-11-02 14:18:20 +00:00
snippets Fix snippets for operator|| and && by adding pair of parens. 2011-06-03 11:17:08 +01:00
A05_PortingFrom2To3.dox Document enums in Constants.h (bug #248). 2011-05-03 17:08:14 +01:00
A10_Eigen2SupportModes.dox The Eigen2 intrusive std::vector hack really can't be supported in eigen3 (bug #215) 2011-03-04 10:24:41 -05:00
AsciiQuickReference.txt
B01_Experimental.dox
C00_QuickStartGuide.dox Relatively straightforward changes to wording of documentation, focusing particularly on the sparse and (to a lesser extent) geometry pages. 2011-06-20 22:47:58 -05:00
C01_TutorialMatrixClass.dox
C02_TutorialMatrixArithmetic.dox
C03_TutorialArrayClass.dox A first tiny test commit: fix a spelling error in the documentation. 2011-06-19 14:39:19 -05:00
C04_TutorialBlockOperations.dox
C05_TutorialAdvancedInitialization.dox Mention comma initializer can be used to concatenate vectors 2011-02-12 23:17:31 +00:00
C06_TutorialLinearAlgebra.dox
C07_TutorialReductionsVisitorsBroadcasting.dox Relatively straightforward changes to wording of documentation, focusing particularly on the sparse and (to a lesser extent) geometry pages. 2011-06-20 22:47:58 -05:00
C08_TutorialGeometry.dox Mention that the axis in AngleAxis have to be normalized. 2011-11-01 09:40:51 +01:00
C09_TutorialSparse.dox Write page on template and typename keywords in C++. 2011-09-10 09:18:18 +01:00
CMakeLists.txt
D01_StlContainers.dox
D03_WrongStackAlignment.dox
D07_PassingByValue.dox
D09_StructHavingEigenMembers.dox
D11_UnalignedArrayAssert.dox
Doxyfile.in Document enums in Constants.h (bug #248). 2011-05-03 17:08:14 +01:00
Eigen_Silly_Professor_64x64.png
eigendoxy_footer.html.in
eigendoxy_header.html.in
eigendoxy_tabs.css
eigendoxy.css
I00_CustomizingEigen.dox Improve documentation of plugins. 2011-02-13 22:50:57 +00:00
I01_TopicLazyEvaluation.dox
I02_HiPerformance.dox
I03_InsideEigenExample.dox Document enums in Constants.h (bug #248). 2011-05-03 17:08:14 +01:00
I05_FixedSizeVectorizable.dox
I06_TopicEigenExpressionTemplates.dox
I07_TopicScalarTypes.dox
I08_Resizing.dox
I09_Vectorization.dox
I10_Assertions.dox
I11_Aliasing.dox
I12_ClassHierarchy.dox
I13_FunctionsTakingEigenTypes.dox
I14_PreprocessorDirectives.dox Document some more preprocessor symbols: 2011-05-04 14:13:20 +01:00
I15_StorageOrders.dox Write topic page for storage orders. 2011-02-12 17:43:29 +00:00
I16_TemplateKeyword.dox Write page on template and typename keywords in C++. 2011-09-10 09:18:18 +01:00
Overview.dox Write page on template and typename keywords in C++. 2011-09-10 09:18:18 +01:00
QuickReference.dox Write page on template and typename keywords in C++. 2011-09-10 09:18:18 +01:00
TopicLinearAlgebraDecompositions.dox update the decomposition catalogue 2011-10-14 21:21:38 +02:00
tutorial.cpp