Update link to suitesparse.

This commit is contained in:
Gael Guennebaud
2016-01-27 22:48:40 +01:00
parent 9dfbd4fe8d
commit 4865e1e732
6 changed files with 8 additions and 12 deletions

View File

@@ -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.
*