Fix typo in CholmodSupport

(cherry picked from commit 7dc6db75d4e5cd89a4b708e4a022c66a27cda1bd)
This commit is contained in:
Antonio Sánchez 2022-11-08 23:49:56 +00:00 committed by Antonio Sanchez
parent 4786edba26
commit 771e91860b

View File

@ -22,7 +22,7 @@ extern "C" {
* This module provides an interface to the Cholmod library which is part of the <a href="http://www.suitesparse.com">suitesparse</a> package.
* It provides the two following main factorization classes:
* - class CholmodSupernodalLLT: a supernodal LLT Cholesky factorization.
* - class CholmodDecomposiiton: a general L(D)LT Cholesky factorization with automatic or explicit runtime selection of the underlying factorization method (supernodal or simplicial).
* - class CholmodDecomposition: a general L(D)LT Cholesky factorization with automatic or explicit runtime selection of the underlying factorization method (supernodal or simplicial).
*
* For the sake of completeness, this module also propose the two following classes:
* - class CholmodSimplicialLLT