diff --git a/doc/SparseLinearSystems.dox b/doc/SparseLinearSystems.dox
index fc33b93e7..38754e4af 100644
--- a/doc/SparseLinearSystems.dox
+++ b/doc/SparseLinearSystems.dox
@@ -70,6 +70,9 @@ They are summarized in the following tables:
| UmfPackLU | \link UmfPackSupport_Module UmfPackSupport \endlink | Direct LU factorization | Square | Fill-in reducing, Leverage fast dense algebra |
Requires the SuiteSparse package, \b GPL |
|
+| KLU | \link KLUSupport_Module KLUSupport \endlink | Direct LU factorization | Square | Fill-in reducing, suitted for circuit simulation |
+ Requires the SuiteSparse package, \b GPL |
+ |
| SuperLU | \link SuperLUSupport_Module SuperLUSupport \endlink | Direct LU factorization | Square | Fill-in reducing, Leverage fast dense algebra |
Requires the SuperLU library, (BSD-like) |
|