From d99e1f48fb791329d62e41751c491a2df1d88cf5 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 8 May 2000 08:54:38 +0000 Subject: [PATCH] Doc update. git-svn-id: https://svn.dealii.org/trunk@2818 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/include/lac/full_matrix.h | 4 ++++ 1 file changed, 4 insertions(+) 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, -- 2.39.5