aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/UmfPackSupport
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2016-01-27 22:48:40 +0100
committerGravatar Gael Guennebaud <g.gael@free.fr>2016-01-27 22:48:40 +0100
commit4865e1e73265e12d564f8b4d9069a2159f777d90 (patch)
tree701e9a3b932317d10858c6767eaa6baa9c3c2194 /Eigen/UmfPackSupport
parent9dfbd4fe8d752f96be55dc0d847aa6df172d3f7e (diff)
Update link to suitesparse.
Diffstat (limited to 'Eigen/UmfPackSupport')
-rw-r--r--Eigen/UmfPackSupport2
1 files changed, 1 insertions, 1 deletions
diff --git a/Eigen/UmfPackSupport b/Eigen/UmfPackSupport
index 4a9f46a1e..00eec8087 100644
--- a/Eigen/UmfPackSupport
+++ b/Eigen/UmfPackSupport
@@ -19,7 +19,7 @@ extern "C" {
/** \ingroup Support_modules
* \defgroup UmfPackSupport_Module UmfPackSupport module
*
- * This module provides an interface to the UmfPack library which is part of the <a href="http://www.cise.ufl.edu/research/sparse/SuiteSparse/">suitesparse</a> package.
+ * This module provides an interface to the UmfPack library which is part of the <a href="http://www.suitesparse.com">suitesparse</a> package.
* It provides the following factorization class:
* - class UmfPackLU: a multifrontal sequential LU factorization.
*