From bab90b4c4dc5f835b534abfb4407fe279a0ef40e Mon Sep 17 00:00:00 2001 From: wolf Date: Tue, 7 Mar 2000 15:26:23 +0000 Subject: [PATCH] Small clean-ups. Remove table which didn't get into the HTML output anyway. git-svn-id: https://svn.dealii.org/trunk@2564 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/include/lac/full_matrix.h | 36 ++++++--------------------- 1 file changed, 7 insertions(+), 29 deletions(-) diff --git a/deal.II/lac/include/lac/full_matrix.h b/deal.II/lac/include/lac/full_matrix.h index a7c7aa1a54..0ef1df83e4 100644 --- a/deal.II/lac/include/lac/full_matrix.h +++ b/deal.II/lac/include/lac/full_matrix.h @@ -21,10 +21,10 @@ // forward declarations - template class Vector; + /** * Rectangular/quadratic full matrix. * @@ -44,25 +44,6 @@ template class Vector; * vector argument to functions. If there is no argument with a number * type, the matrix number type is used. * - * - * - * - * - * - * - * - * - * - *
thisother - * matrixvectorrhs in - * residual
doubledoubledoubledouble
doubledoublefloatdouble
doubledoublefloatfloat
floatfloatdoubledouble
floatfloatfloatdouble
floatfloatfloatfloat
Instantiations provided in the library
- * - * In the documentation of member functions, the following conventions are adopted: - * \begin{itemize} - * \item THIS matrix is always named #A#. - * \item Matrices are always uppercase, vectors and scalars are lowercase. - * \item #Transp(A)# denotes the transpose of matrix A. - * \end{itemize} * * @author Guido Kanschat, Franz-Theo Suttmeier, Wolfgang Bangerth */ @@ -135,7 +116,7 @@ class FullMatrix : public Subscriptor FullMatrix& operator = (const FullMatrix& src); -/** + /** * Fill rectangular block. * * The matrix #src# is copied @@ -670,6 +651,7 @@ FullMatrix::el (const unsigned int i, const unsigned int j) }; + template inline number FullMatrix::el (const unsigned int i, const unsigned int j) const @@ -678,6 +660,7 @@ FullMatrix::el (const unsigned int i, const unsigned int j) const }; + template inline unsigned int FullMatrix::m() const @@ -686,6 +669,7 @@ FullMatrix::m() const }; + template inline unsigned int FullMatrix::n() const @@ -694,13 +678,6 @@ FullMatrix::n() const }; -// template -// inline number -// FullMatrix::el (const unsigned int i) const -// { -// return val[i]; -// }; - template inline number @@ -712,6 +689,7 @@ FullMatrix::operator() (const unsigned int i, const unsigned int j) cons }; + template inline number & FullMatrix::operator() (const unsigned int i, const unsigned int j) @@ -719,7 +697,7 @@ FullMatrix::operator() (const unsigned int i, const unsigned int j) Assert (i