Add a doc page summarizing the true speed of Eigen's decompositions.

This commit is contained in:
Gael Guennebaud
2016-07-21 12:32:02 +02:00
parent 9b76be9d21
commit 007edee1ac
4 changed files with 47 additions and 1 deletions

View File

@@ -4,6 +4,7 @@ namespace Eigen {
This page presents a catalogue of the dense matrix decompositions offered by Eigen.
For an introduction on linear solvers and decompositions, check this \link TutorialLinearAlgebra page \endlink.
To get an overview of the true relative speed of the different decomposition, check this \link DenseDecompositionBenchmark benchmark \endlink.
\section TopicLinAlgBigTable Catalogue of decompositions offered by Eigen
@@ -256,6 +257,7 @@ For an introduction on linear solvers and decompositions, check this \link Tutor
<dd></dd>
</dl>
*/
}