From: Wolfgang Bangerth Date: Mon, 5 Feb 2001 17:27:34 +0000 (+0000) Subject: Fix doc. X-Git-Tag: v8.0.0~19746 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=785ec290daee861c0014f02231526d3f53e48e7f;p=dealii.git Fix doc. git-svn-id: https://svn.dealii.org/trunk@3863 0785d39b-7218-0410-832d-ea1e28bc413d --- 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