eigen/doc
2016-02-12 22:16:59 +01:00
..
examples Add matrix-free solver example 2015-12-07 12:33:38 +01:00
snippets Add exemples for reshaping/slicing with Map. 2016-02-06 22:49:18 +01:00
special_examples Fix warning. 2015-10-29 21:06:07 +01:00
A05_PortingFrom2To3.dox Fix links to Eigen2-to-Eigen3 porting helpers 2015-12-30 16:03:14 +01:00
AsciiQuickReference.txt Doc: add flip* and arrayfun MatLab equivalent. 2016-01-26 23:34:48 +01:00
B01_Experimental.dox bug #998: Started fixing doxygen warnings 2015-05-01 22:10:41 +02:00
ClassHierarchy.dox
CMakeLists.txt Fix bug #961: eigen-doc.tgz included part of itself. 2015-02-18 15:47:01 +01:00
CustomizingEigen.dox New scoring functor to select the pivot. 2015-03-03 17:08:28 +01:00
Doxyfile.in Workaround "empty paragraph" warning with clang -Wdocumentation 2015-12-30 16:45:44 +01:00
eigen_navtree_hacks.js
Eigen_Silly_Professor_64x64.png
eigendoxy_footer.html.in uniformize piwik code among branches 2013-10-11 20:46:18 +02:00
eigendoxy_header.html.in
eigendoxy_layout.xml.in
eigendoxy_tabs.css
eigendoxy.css
FixedSizeVectorizable.dox bug #998: Started fixing doxygen warnings 2015-05-01 22:10:41 +02:00
FunctionsTakingEigenTypes.dox Extend the "functions taking Eigen type" doc page to present the Ref<> option. 2013-07-13 12:36:55 +02:00
HiPerformance.dox
InsideEigenExample.dox
LeastSquares.dox Add doc page on computing Least Squares. 2014-01-18 01:16:17 +00:00
Manual.dox Add exemples for reshaping/slicing with Map. 2016-02-06 22:49:18 +01:00
MatrixfreeSolverExample.dox Add matrix-free solver example 2015-12-07 12:33:38 +01:00
NewExpressionType.dox New doc page on implementing a new expression class. 2014-09-27 23:25:58 +01:00
Overview.dox fix a weird bug where a space was missing before a link 2013-03-19 20:09:13 +01:00
PassingByValue.dox
Pitfalls.dox bug #505: add more examples of bad and correct usages of auto and eval(). 2015-09-02 13:04:30 +02:00
PreprocessorDirectives.dox Remove posix_memalign, _mm_malloc, and _aligned_malloc special paths. 2016-02-05 21:24:35 +01:00
QuickReference.dox Fix numerous doxygen issues in auto-link generation 2015-12-30 16:04:24 +01:00
QuickStartGuide.dox
SparseLinearSystems.dox Update link to suitesparse. 2016-01-27 22:48:40 +01:00
SparseQuickReference.dox Clarify documentation on the restrictions of writable sparse block expressions. 2016-02-03 16:08:43 +01:00
StlContainers.dox bug #998: Started fixing doxygen warnings 2015-05-01 22:10:41 +02:00
StorageOrders.dox
StructHavingEigenMembers.dox Fix numerous doxygen issues in auto-link generation 2015-12-30 16:04:24 +01:00
TemplateKeyword.dox Fix triangularView versus triangularPart. 2016-02-12 17:09:28 +01:00
TopicAliasing.dox bug #1144: clarify the doc about aliasing in case of resizing and matrix product. 2016-01-25 15:50:55 +01:00
TopicAssertions.dox
TopicEigenExpressionTemplates.dox
TopicLazyEvaluation.dox Fix numerous doxygen issues in auto-link generation 2015-12-30 16:04:24 +01:00
TopicLinearAlgebraDecompositions.dox Update decompositions tables 2014-06-17 09:37:07 +02:00
TopicMultithreading.dox Add a note on initParallel being optional in C++11. 2015-11-23 13:28:43 +01:00
TopicResizing.dox
TopicScalarTypes.dox
TopicVectorization.dox
tutorial.cpp
TutorialAdvancedInitialization.dox
TutorialArrayClass.dox Fix numerous doxygen issues in auto-link generation 2015-12-30 16:04:24 +01:00
TutorialBlockOperations.dox
TutorialGeometry.dox Fix link and code formating 2015-09-07 11:08:41 +02:00
TutorialLinearAlgebra.dox Update decompositions tables 2014-06-17 09:37:07 +02:00
TutorialMapClass.dox
TutorialMatrixArithmetic.dox
TutorialMatrixClass.dox Avoid phrase "static allocation" for local storage on stack (bug #615). 2013-06-18 14:35:12 +01:00
TutorialReductionsVisitorsBroadcasting.dox Copyedit documentation: typos, spelling 2016-01-24 15:50:36 +01:00
TutorialReshapeSlicing.dox Add exemples for reshaping/slicing with Map. 2016-02-06 22:49:18 +01:00
TutorialSparse_example_details.dox
TutorialSparse.dox Clarify documentation on the restrictions of writable sparse block expressions. 2016-02-03 16:08:43 +01:00
UnalignedArrayAssert.dox Import wiki's paragraph: "I disabled vectorization, but I'm still getting annoyed about alignment issues" 2016-02-12 22:16:59 +01:00
UsingIntelMKL.dox Copyedit documentation: typos, spelling 2016-01-24 15:50:36 +01:00
UsingNVCC.dox bug #998: Started fixing doxygen warnings 2015-05-01 22:10:41 +02:00
WrongStackAlignment.dox