eigen/doc
Jitse Niesen 7ea6ef8969 Fix documentation of MatrixBase::applyOnTheLeft (bug #739)
Add examples; move methods from EigenBase.h to MatrixBase.h
2014-02-12 14:03:39 +00:00
..
examples Move inheritance from Eigen example in stand-alone file. 2013-08-02 22:33:12 +01:00
snippets Fix documentation of MatrixBase::applyOnTheLeft (bug #739) 2014-02-12 14:03:39 +00:00
special_examples Add an example showing how to use C++11 random distributions 2014-01-07 20:23:35 +01:00
A05_PortingFrom2To3.dox Fix some doxygen errors and warnings. 2013-07-02 14:08:12 +01:00
A10_Eigen2SupportModes.dox Big changes in Eigen documentation: 2013-01-05 16:37:11 +01:00
AsciiQuickReference.txt Added examples for casting, made better examples for Maps 2014-02-11 17:27:14 +01:00
B01_Experimental.dox Big changes in Eigen documentation: 2013-01-05 16:37:11 +01:00
ClassHierarchy.dox Rename the dox files: the number prefixes are not needed anymore 2013-01-06 23:57:54 +01:00
CMakeLists.txt Require at least cmake version 2.8.2 (bug #606). 2013-06-17 22:12:01 +01:00
CustomizingEigen.dox Move inheritance from Eigen example in stand-alone file. 2013-08-02 22:33:12 +01:00
Doxyfile.in Document the fact that Random and setRandom are not reentrant (so not thread-safe) 2014-01-07 20:17:59 +01: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 Big changes in Eigen documentation: 2013-01-05 16:37:11 +01:00
eigendoxy_layout.xml.in Clean the manual page titles, links and intro. 2013-01-06 23:48:59 +01:00
eigendoxy_tabs.css
eigendoxy.css Clean the manual page titles, links and intro. 2013-01-06 23:48:59 +01:00
FixedSizeVectorizable.dox Rename the dox files: the number prefixes are not needed anymore 2013-01-06 23:57:54 +01: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 minimalistic page on CUDA with Eigen. 2014-01-24 13:24:30 +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
PreprocessorDirectives.dox Allows EIGEN_STACK_ALLOCATION_LIMIT to be 0 for no limit 2013-08-21 14:29:00 +02:00
QuickReference.dox QuickReference.dox: std::tan(array) --> tan(array), same for other functions. 2013-08-11 10:17:23 +01: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 doc for the sparse module 2013-03-05 12:55:03 +01:00
SparseQuickReference.dox Update doc for the sparse module 2013-03-05 12:55:03 +01:00
StlContainers.dox Rename the dox files: the number prefixes are not needed anymore 2013-01-06 23:57:54 +01:00
StorageOrders.dox Rename the dox files: the number prefixes are not needed anymore 2013-01-06 23:57:54 +01:00
StructHavingEigenMembers.dox Rename the dox files: the number prefixes are not needed anymore 2013-01-06 23:57:54 +01:00
TemplateKeyword.dox Move inheritance from Eigen example in stand-alone file. 2013-08-02 22:33:12 +01: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 Clean the manual page titles, links and intro. 2013-01-06 23:48:59 +01:00
TopicMultithreading.dox Document the fact that Random and setRandom are not reentrant (so not thread-safe) 2014-01-07 20:17:59 +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 broken link on transforming normals 2013-08-12 13:38:25 +02:00
TutorialLinearAlgebra.dox Add doc page on computing Least Squares. 2014-01-18 01:16:17 +00: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 Rename the dox files: the number prefixes are not needed anymore 2013-01-06 23:57:54 +01:00
TutorialSparse_example_details.dox significantly extend the tutorial of sparse matrices 2012-06-20 09:28:32 +02:00
TutorialSparse.dox bug #638: fix typos in sparse tutorial 2013-08-12 13:37:47 +02:00
UnalignedArrayAssert.dox Rename the dox files: the number prefixes are not needed anymore 2013-01-06 23:57:54 +01:00
UsingIntelMKL.dox Remove obsolete sentence on LPGL in MKL doc. 2013-07-15 23:25:01 +02:00
UsingNVCC.dox Add a minimalistic page on CUDA with Eigen. 2014-01-24 13:24:30 +01:00
WrongStackAlignment.dox Rename the dox files: the number prefixes are not needed anymore 2013-01-06 23:57:54 +01:00