From e759086dcd31358ece573226abf5fc650db8b1dc Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Fri, 2 Dec 2011 19:02:49 +0100 Subject: improve documentation of some sparse related classes --- Eigen/src/CholmodSupport/CholmodSupport.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Eigen/src/CholmodSupport') diff --git a/Eigen/src/CholmodSupport/CholmodSupport.h b/Eigen/src/CholmodSupport/CholmodSupport.h index c7cf3ad63..2d5530682 100644 --- a/Eigen/src/CholmodSupport/CholmodSupport.h +++ b/Eigen/src/CholmodSupport/CholmodSupport.h @@ -161,7 +161,7 @@ enum CholmodMode { * \tparam _UpLo the triangular part that will be used for the computations. It can be Lower * or Upper. Default is Lower. * - * \sa TutorialSparseDirectSolvers + * \sa \ref TutorialSparseDirectSolvers */ template class CholmodDecomposition -- cgit v1.2.3