eigen/doc
Gael Guennebaud 53c77061f0 bug #698: rewrite LinSpaced for integer scalar types to avoid overflow and guarantee an even spacing when possible.
Otherwise, the "high" bound is implicitly lowered to the largest value allowing for an even distribution.
This changeset also disable vectorization for this integer path.
2016-10-24 15:50:27 +02:00
..
examples Add missing file. 2016-09-23 10:26:08 +02:00
snippets bug #698: rewrite LinSpaced for integer scalar types to avoid overflow and guarantee an even spacing when possible. 2016-10-24 15:50:27 +02:00
special_examples Simplify CwiseNullaryOp example. 2016-08-31 15:46:04 +02:00
A05_PortingFrom2To3.dox update doc wrt to unaligned vectorization 2016-05-24 22:34:59 +02: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 Rename the dox files: the number prefixes are not needed anymore 2013-01-06 23:57:54 +01:00
CMakeLists.txt Add some doxygen's images to support both old and recent doxygen versions 2016-07-12 16:45:43 +02:00
CoeffwiseMathFunctionsTable.dox Complete the coeff-wise math function table. 2016-07-20 12:14:10 +02:00
CustomizingEigen_CustomScalar.dox Doc: split customizing-eigen page into sub-pages and re-structure a bit the different topics 2016-08-30 11:10:08 +02:00
CustomizingEigen_InheritingMatrix.dox Doc: split customizing-eigen page into sub-pages and re-structure a bit the different topics 2016-08-30 11:10:08 +02:00
CustomizingEigen_NullaryExpr.dox Add a nullary-functor example performing index-based sub-matrices. 2016-09-22 22:27:54 +02:00
CustomizingEigen_Plugins.dox Doc: split customizing-eigen page into sub-pages and re-structure a bit the different topics 2016-08-30 11:10:08 +02:00
DenseDecompositionBenchmark.dox Add a doc page summarizing the true speed of Eigen's decompositions. 2016-07-21 12:32:02 +02:00
Doxyfile.in bug #828: clarify documentation of SparseMatrixBase's methods returning a sub-matrix. 2016-09-16 11:23:19 +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 Various doc improvements... including a owl in the API doc header. 2008-08-25 10:49:53 +00:00
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 update CSS to doxygen 1.7.2, new CSS and cleaning of the tutorial 2010-10-19 11:40:49 +02:00
eigendoxy.css Doc: start of a table summarizing coefficient-wise math functions. 2016-06-01 17:09:48 +02:00
FixedSizeVectorizable.dox bug #998: Started fixing doxygen warnings 2015-05-01 22:10:41 +02:00
ftv2node.png Add some doxygen's images to support both old and recent doxygen versions 2016-07-12 16:45:43 +02:00
ftv2pnode.png Add some doxygen's images to support both old and recent doxygen versions 2016-07-12 16:45:43 +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
InplaceDecomposition.dox Typo. 2016-07-26 12:12:53 +02: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 Doc: add an exemple showing how custom expression can be advantageously implemented via CwiseNullaryOp. 2016-08-30 15:40:41 +02:00
MatrixfreeSolverExample.dox Formatting 2016-07-26 23:51:43 +02:00
NewExpressionType.dox Doc: add links and discourage user to write their own expression (better use CwiseNullaryOp) 2016-08-30 15:57:46 +02:00
Overview.dox Doc: split customizing-eigen page into sub-pages and re-structure a bit the different topics 2016-08-30 11:10:08 +02: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 Document EIGEN_UNALIGNED_VECTORIZE. 2016-05-24 22:14:34 +02:00
QuickReference.dox Fix numerous doxygen issues in auto-link generation 2015-12-30 16:04:24 +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 List PARDISO solver. 2016-08-02 23:32:41 +02:00
SparseQuickReference.dox Doc: improve documentation of Map<SparseMatrix> 2016-06-01 10:03:32 +02: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 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 bug #1273: Add parentheses when redefining eigen_assert 2016-08-12 15:34:21 +02:00
TopicEigenExpressionTemplates.dox Rename the dox files: the number prefixes are not needed anymore 2013-01-06 23:57:54 +01:00
TopicLazyEvaluation.dox Fix numerous doxygen issues in auto-link generation 2015-12-30 16:04:24 +01:00
TopicLinearAlgebraDecompositions.dox Add a doc page summarizing the true speed of Eigen's decompositions. 2016-07-21 12:32:02 +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 Update e-mail address 2008-11-24 13:40:43 +00:00
TutorialAdvancedInitialization.dox Rename the dox files: the number prefixes are not needed anymore 2013-01-06 23:57:54 +01:00
TutorialArrayClass.dox Fix numerous doxygen issues in auto-link generation 2015-12-30 16:04:24 +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 Copyedit documentation: typos, spelling 2016-01-24 15:50:36 +01:00
TutorialReshapeSlicing.dox Typos in doc. 2016-04-11 10:54:58 +02:00
TutorialSparse_example_details.dox significantly extend the tutorial of sparse matrices 2012-06-20 09:28:32 +02:00
TutorialSparse.dox Clarify documentation on the restrictions of writable sparse block expressions. 2016-02-03 16:08:43 +01:00
UnalignedArrayAssert.dox update doc wrt to unaligned vectorization 2016-05-24 22:34:59 +02:00
UsingBlasLapackBackends.dox Add instructions for LAPACKE+Accelerate 2016-07-27 15:07:35 +02:00
UsingIntelMKL.dox Split BLAS/LAPACK versus MKL documentation 2016-07-26 11:11:59 +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