eigen/doc
2014-03-08 00:44:56 -05:00
..
examples
snippets Typo in the example for Eigen::SelfAdjointEigenSolver::eigenvectors, the first eigenvector should be col(0) not col(1) 2014-03-03 14:44:39 +01: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
A10_Eigen2SupportModes.dox
AsciiQuickReference.txt Added examples for casting, made better examples for Maps 2014-02-11 17:27:14 +01:00
B01_Experimental.dox
ClassHierarchy.dox
CMakeLists.txt
CustomizingEigen.dox
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
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
FunctionsTakingEigenTypes.dox
HiPerformance.dox
InsideEigenExample.dox
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
PassingByValue.dox
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
SparseLinearSystems.dox
SparseQuickReference.dox
StlContainers.dox
StorageOrders.dox
StructHavingEigenMembers.dox
TemplateKeyword.dox
TopicAliasing.dox
TopicAssertions.dox
TopicEigenExpressionTemplates.dox
TopicLazyEvaluation.dox
TopicLinearAlgebraDecompositions.dox Fix typo: 'explicitely' -> 'explicitly' 2014-03-08 00:44:56 -05:00
TopicMultithreading.dox Fix typo and formating 2014-03-07 23:13:14 +01:00
TopicResizing.dox
TopicScalarTypes.dox
TopicVectorization.dox
tutorial.cpp
TutorialAdvancedInitialization.dox
TutorialArrayClass.dox
TutorialBlockOperations.dox
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
TutorialMatrixArithmetic.dox
TutorialMatrixClass.dox
TutorialReductionsVisitorsBroadcasting.dox
TutorialSparse_example_details.dox
TutorialSparse.dox bug #638: fix typos in sparse tutorial 2013-08-12 13:37:47 +02:00
UnalignedArrayAssert.dox
UsingIntelMKL.dox
UsingNVCC.dox Add a minimalistic page on CUDA with Eigen. 2014-01-24 13:24:30 +01:00
WrongStackAlignment.dox