Update link to suitesparse.

(grafted from 4865e1e732
)
This commit is contained in:
Gael Guennebaud
2016-01-27 22:48:40 +01:00
parent 55565a0da4
commit 34da70e0ce
6 changed files with 8 additions and 12 deletions

View File

@@ -12,7 +12,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.
*