From 51270e0b125718c3befeda522fcc81c09124ac30 Mon Sep 17 00:00:00 2001 From: wolf Date: Mon, 5 Feb 2001 17:27:34 +0000 Subject: [PATCH] Fix doc. git-svn-id: https://svn.dealii.org/trunk@3863 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/include/lac/sparse_direct.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deal.II/lac/include/lac/sparse_direct.h b/deal.II/lac/include/lac/sparse_direct.h index 1330e7ab1f..3f89fd2f07 100644 --- a/deal.II/lac/include/lac/sparse_direct.h +++ b/deal.II/lac/include/lac/sparse_direct.h @@ -24,7 +24,7 @@ /** * This class provides an interface to the sparse direct solver MA27 * from the Harwell Subroutine Library. MA27 is a direct solver - * specialized for sparse indefinite systems of linear equations and + * specialized for sparse symmetric indefinite systems of linear equations and * uses a modified form of Gauss elimination. It is included in the * Harwell Subroutine Library (see * @url{http://www.cse.clrc.ac.uk/Activity/HSL}) and is written in @@ -341,7 +341,7 @@ class SparseDirectMA27 /** * This class provides an interface to the sparse direct solver MA47 * from the Harwell Subroutine Library. MA47 is a direct solver - * specialized for sparse indefinite systems of linear equations and + * specialized for sparse symmetric indefinite systems of linear equations and * uses a frontal elimination method. It is included in the Harwell * Subroutine Library (see * @url{http://www.cse.clrc.ac.uk/Activity/HSL}) and is written in -- 2.39.5