eigen/doc
Jitse Niesen 47a9d2ed54 Document HouseholderSequence.
Incomplete: I did not explain the difference between OnTheLeft and OnTheRight,
and there is only one example.
2011-01-02 16:59:44 +00:00
..
examples fix compile errors in Tridiagonalization and in doc examples 2010-12-30 04:52:20 -05:00
snippets Document HouseholderSequence. 2011-01-02 16:59:44 +00:00
A05_PortingFrom2To3.dox add main ei_* functions into Eigen2Support 2010-12-03 11:22:35 +01:00
AsciiQuickReference.txt * implement the corner() API change: new methods topLeftCorner() etc 2010-04-22 14:11:18 -04:00
B01_Experimental.dox
C00_QuickStartGuide.dox factorize CSS code, make use of the "manual" class when appropriate, clean the style of the big linear algebra table 2010-10-19 15:25:00 +02:00
C01_TutorialMatrixClass.dox renaming: ei_matrix_storage -> DenseStorage 2010-10-20 09:34:13 -04:00
C02_TutorialMatrixArithmetic.dox some dox tweaks 2010-11-24 08:23:17 -05:00
C03_TutorialArrayClass.dox update CSS to doxygen 1.7.2, new CSS and cleaning of the tutorial 2010-10-19 11:40:49 +02:00
C04_TutorialBlockOperations.dox update CSS to doxygen 1.7.2, new CSS and cleaning of the tutorial 2010-10-19 11:40:49 +02:00
C05_TutorialAdvancedInitialization.dox update CSS to doxygen 1.7.2, new CSS and cleaning of the tutorial 2010-10-19 11:40:49 +02:00
C06_TutorialLinearAlgebra.dox update CSS to doxygen 1.7.2, new CSS and cleaning of the tutorial 2010-10-19 11:40:49 +02:00
C07_TutorialReductionsVisitorsBroadcasting.dox update CSS to doxygen 1.7.2, new CSS and cleaning of the tutorial 2010-10-19 11:40:49 +02:00
C08_TutorialGeometry.dox update CSS to doxygen 1.7.2, new CSS and cleaning of the tutorial 2010-10-19 11:40:49 +02:00
C09_TutorialSparse.dox update CSS to doxygen 1.7.2, new CSS and cleaning of the tutorial 2010-10-19 11:40:49 +02:00
CMakeLists.txt Fixed the bad fix - now the unsupported examples and snippets work on windows. 2009-12-11 19:39:01 +01:00
D01_StlContainers.dox Correct std::map fix (two commits ago); copy fix to aligned_allocator doc. 2010-11-12 12:06:24 +00:00
D03_WrongStackAlignment.dox fix the overview page and add mention that the wrong stack alignment issue may have been solved by gcc 4.5 2010-07-06 00:50:16 -04:00
D07_PassingByValue.dox * update the general TOC 2010-07-04 10:14:47 +02:00
D09_StructHavingEigenMembers.dox * update the general TOC 2010-07-04 10:14:47 +02:00
D11_UnalignedArrayAssert.dox bug #86 : use internal:: namespace instead of ei_ prefix 2010-10-25 10:15:22 -04:00
Doxyfile.in Document DenseCoeffsBase 2010-08-22 17:30:31 +01:00
Eigen_Silly_Professor_64x64.png
eigendoxy_footer.html.in update CSS to doxygen 1.7.2, new CSS and cleaning of the tutorial 2010-10-19 11:40:49 +02:00
eigendoxy_header.html.in update the position of the owl 2010-10-19 16:07:04 +02:00
eigendoxy_tabs.css update CSS to doxygen 1.7.2, new CSS and cleaning of the tutorial 2010-10-19 11:40:49 +02:00
eigendoxy.css allows blocks of code to be larger than the page body (like tables) 2010-10-19 16:55:49 +02:00
I00_CustomizingEigen.dox Move section on preprocessor directives from I00 to its own page. 2010-12-27 15:07:07 +00:00
I01_TopicLazyEvaluation.dox * update the general TOC 2010-07-04 10:14:47 +02:00
I02_HiPerformance.dox factorize CSS code, make use of the "manual" class when appropriate, clean the style of the big linear algebra table 2010-10-19 15:25:00 +02:00
I03_InsideEigenExample.dox bug #86 : use internal:: namespace instead of ei_ prefix 2010-10-25 10:15:22 -04:00
I05_FixedSizeVectorizable.dox Fixed Geometry module failures. 2010-08-17 20:03:50 +02:00
I06_TopicEigenExpressionTemplates.dox big improvements to tutorial, especially page 2 (matrix arithmetic). 2010-06-26 14:00:00 -04:00
I07_TopicScalarTypes.dox big improvements to tutorial, especially page 2 (matrix arithmetic). 2010-06-26 14:00:00 -04:00
I08_Resizing.dox big improvements to tutorial, especially page 2 (matrix arithmetic). 2010-06-26 14:00:00 -04:00
I08_StorageOrders.dox big improvements to tutorial, especially page 2 (matrix arithmetic). 2010-06-26 14:00:00 -04:00
I09_Vectorization.dox big improvements to tutorial, especially page 2 (matrix arithmetic). 2010-06-26 14:00:00 -04:00
I10_Assertions.dox Extend doc page on preprocessor directives. 2010-12-27 16:34:58 +00:00
I11_Aliasing.dox Move doxygen comments for EIGEN_NO_DEBUG from source to I14. 2010-12-27 15:07:11 +00:00
I12_ClassHierarchy.dox renaming: ei_matrix_storage -> DenseStorage 2010-10-20 09:34:13 -04:00
I13_FunctionsTakingEigenTypes.dox remove EIGEN_REF_TO_TEMPORARY, clarify docs 2010-12-25 16:45:25 -05:00
I14_PreprocessorDirectives.dox Rename EIGEN_DENSESTORAGEBASE_PLUGIN to EIGEN_PLAINOBJECTBASE_PLUGIN. 2010-12-29 19:12:39 +00:00
Overview.dox Move section on preprocessor directives from I00 to its own page. 2010-12-27 15:07:07 +00:00
QuickReference.dox In QuickRefPage LinSpaced is improperly documented. 2010-12-29 10:08:41 -07:00
TopicLinearAlgebraDecompositions.dox make UpperBidiagonalization internal: don't want to support it, it's not used. 2010-11-23 11:12:42 -05:00
tutorial.cpp
unsupported_modules.dox remove the Taucs backend : Taucs is not maintained anymore and the backend was crap anyway 2010-10-06 17:42:17 +02:00