From: Wolfgang Bangerth Date: Mon, 8 May 2000 08:54:38 +0000 (+0000) Subject: Doc update. X-Git-Tag: v8.0.0~20585 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d99e1f48fb791329d62e41751c491a2df1d88cf5;p=dealii.git Doc update. git-svn-id: https://svn.dealii.org/trunk@2818 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/lac/include/lac/full_matrix.h b/deal.II/lac/include/lac/full_matrix.h index fb9b466db6..a48f6ad927 100644 --- a/deal.II/lac/include/lac/full_matrix.h +++ b/deal.II/lac/include/lac/full_matrix.h @@ -241,6 +241,10 @@ class FullMatrix : public Subscriptor * Matrix-matrix-multiplication using * transpose of #this#. * $C=A^T*B$. + * + * Assumes that #A# and #B# have + * compatible sizes and thet #C# + * already has the right size. */ template void Tmmult (FullMatrix &C,