eigen/doc
2015-11-23 13:28:43 +01:00
..
examples bug #1071: improve doc on lpNorm and add example for some operator norms 2015-09-28 11:55:36 +02:00
snippets Fixed some compiler bugs in NVCC, now compiles with CUDA. 2015-07-22 12:29:18 +02:00
special_examples Fix warning. 2015-10-29 21:06:07 +01:00
A05_PortingFrom2To3.dox bug #998: Started fixing doxygen warnings 2015-05-01 22:10:41 +02:00
AsciiQuickReference.txt Fix bug #925: typo in MatLab versions of middleRows 2015-01-04 21:39:50 +01:00
B01_Experimental.dox bug #998: Started fixing doxygen warnings 2015-05-01 22:10:41 +02:00
ClassHierarchy.dox Rename the dox files: the number prefixes are not needed anymore 2013-01-06 23:57:54 +01:00
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 Remove auto references and referenced-by relation in doc. 2015-10-09 12:07:06 +02:00
eigen_navtree_hacks.js Remove TOC numbering, and minor improvement in overview. 2013-01-12 20:34:52 +01:00
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 Rename the dox files: the number prefixes are not needed anymore 2013-01-06 23:57:54 +01:00
InsideEigenExample.dox Rename the dox files: the number prefixes are not needed anymore 2013-01-06 23:57:54 +01:00
LeastSquares.dox Add doc page on computing Least Squares. 2014-01-18 01:16:17 +00:00
Manual.dox Add a documentation page for common pitfalls 2015-09-02 11:23:55 +02: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 Rename the dox files: the number prefixes are not needed anymore 2013-01-06 23:57:54 +01:00
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 Add EIGEN_QUATERNION_PLUGIN 2015-09-07 11:12:30 +02:00
QuickReference.dox Add pow(scalar,array) in quick ref 2015-07-20 13:59:21 +02:00
QuickStartGuide.dox Rename the dox files: the number prefixes are not needed anymore 2013-01-06 23:57:54 +01:00
SparseLinearSystems.dox Update sparse solver list to make it more complete 2015-10-08 11:33:17 +02:00
SparseQuickReference.dox Fix doc: setConstant does not exist for SparseMatrix. 2015-01-14 22:06:09 +01:00
StlContainers.dox bug #998: Started fixing doxygen warnings 2015-05-01 22:10:41 +02:00
StorageOrders.dox Rename the dox files: the number prefixes are not needed anymore 2013-01-06 23:57:54 +01:00
StructHavingEigenMembers.dox bug #998: Started fixing doxygen warnings 2015-05-01 22:10:41 +02:00
TemplateKeyword.dox [Doc] Fix wording / typos in TemplateKeyword.dox 2015-05-11 16:50:18 +00:00
TopicAliasing.dox doc: Mention vec=vec.head(n) in aliasing page. 2013-07-02 13:35:36 +01:00
TopicAssertions.dox Rename the dox files: the number prefixes are not needed anymore 2013-01-06 23:57:54 +01:00
TopicEigenExpressionTemplates.dox Rename the dox files: the number prefixes are not needed anymore 2013-01-06 23:57:54 +01:00
TopicLazyEvaluation.dox Rename the dox files: the number prefixes are not needed anymore 2013-01-06 23:57:54 +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 Rename the dox files: the number prefixes are not needed anymore 2013-01-06 23:57:54 +01:00
TopicScalarTypes.dox Rename the dox files: the number prefixes are not needed anymore 2013-01-06 23:57:54 +01:00
TopicVectorization.dox Rename the dox files: the number prefixes are not needed anymore 2013-01-06 23:57:54 +01:00
tutorial.cpp
TutorialAdvancedInitialization.dox Rename the dox files: the number prefixes are not needed anymore 2013-01-06 23:57:54 +01:00
TutorialArrayClass.dox Rename the dox files: the number prefixes are not needed anymore 2013-01-06 23:57:54 +01:00
TutorialBlockOperations.dox Rename the dox files: the number prefixes are not needed anymore 2013-01-06 23:57:54 +01:00
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 Be more explicit about user-defined functions in Map tutorial. 2013-02-20 13:44:40 +00:00
TutorialMatrixArithmetic.dox Rename the dox files: the number prefixes are not needed anymore 2013-01-06 23:57:54 +01:00
TutorialMatrixClass.dox Avoid phrase "static allocation" for local storage on stack (bug #615). 2013-06-18 14:35:12 +01:00
TutorialReductionsVisitorsBroadcasting.dox bug #1071: improve doc on lpNorm and add example for some operator norms 2015-09-28 11:55:36 +02:00
TutorialSparse_example_details.dox
TutorialSparse.dox Fix typo in TutorialSparse: laplace equation contains gradient symbol (\nabla) instead of laplacian (\Delta). 2015-10-28 09:52:55 +00:00
UnalignedArrayAssert.dox Rename the dox files: the number prefixes are not needed anymore 2013-01-06 23:57:54 +01:00
UsingIntelMKL.dox MKL is now free of charge for opensource 2015-09-07 11:23:55 +02:00
UsingNVCC.dox bug #998: Started fixing doxygen warnings 2015-05-01 22:10:41 +02:00
WrongStackAlignment.dox Rename the dox files: the number prefixes are not needed anymore 2013-01-06 23:57:54 +01:00