From 771e91860bdbc19e615db8b5c171a4837b506ecb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonio=20S=C3=A1nchez?= Date: Tue, 8 Nov 2022 23:49:56 +0000 Subject: [PATCH] Fix typo in CholmodSupport (cherry picked from commit 7dc6db75d4e5cd89a4b708e4a022c66a27cda1bd) --- Eigen/CholmodSupport | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Eigen/CholmodSupport b/Eigen/CholmodSupport index bed8924d3..1037bd55d 100644 --- a/Eigen/CholmodSupport +++ b/Eigen/CholmodSupport @@ -22,7 +22,7 @@ extern "C" { * This module provides an interface to the Cholmod library which is part of the suitesparse 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