From: Wolfgang Bangerth Date: Mon, 8 May 2000 08:57:36 +0000 (+0000) Subject: More doc update. X-Git-Tag: v8.0.0~20584 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0e945ff5e5579f69c1d03d815c67a59ce685d0f5;p=dealii.git More doc update. git-svn-id: https://svn.dealii.org/trunk@2819 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 a48f6ad927..b7747df96c 100644 --- a/deal.II/lac/include/lac/full_matrix.h +++ b/deal.II/lac/include/lac/full_matrix.h @@ -232,6 +232,10 @@ class FullMatrix : public Subscriptor /** * Matrix-matrix-multiplication. * $C=A*B$. + * + * Assumes that #A# and #B# have + * compatible sizes and thet #C# + * already has the right size. */ template void mmult (FullMatrix &C,