From 64242b8bf367752df4d28170cbbb6b86037ff988 Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Thu, 8 Oct 2015 10:50:39 +0200 Subject: Doc: add link to doc of sparse solver concept --- Eigen/src/SparseQR/SparseQR.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Eigen/src/SparseQR') diff --git a/Eigen/src/SparseQR/SparseQR.h b/Eigen/src/SparseQR/SparseQR.h index 548b3f9b0..bbd337c40 100644 --- a/Eigen/src/SparseQR/SparseQR.h +++ b/Eigen/src/SparseQR/SparseQR.h @@ -62,6 +62,8 @@ namespace internal { * \tparam _OrderingType The fill-reducing ordering method. See the \link OrderingMethods_Module * OrderingMethods \endlink module for the list of built-in and external ordering methods. * + * \implsparsesolverconcept + * * \warning The input sparse matrix A must be in compressed mode (see SparseMatrix::makeCompressed()). * */ -- cgit v1.2.3