From: Denis Davydov Date: Tue, 16 Jun 2015 21:13:36 +0000 (+0200) Subject: FullMatirx.vmult for vectors based on std::complex X-Git-Tag: v8.3.0-rc1~104^2~9 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=87c9daa33388fc54b0045bf65762e7ec73877269;p=dealii.git FullMatirx.vmult for vectors based on std::complex --- diff --git a/source/lac/full_matrix.cc b/source/lac/full_matrix.cc index 84425d80e0..b7d468bca9 100644 --- a/source/lac/full_matrix.cc +++ b/source/lac/full_matrix.cc @@ -20,6 +20,10 @@ DEAL_II_NAMESPACE_OPEN #include "full_matrix.inst" +// This is needed if PETSc was compiled with complex, though, it may +// be used elsewhere too. +template void dealii::FullMatrix::vmult >(dealii::Vector > &, dealii::Vector > const &, bool) const; + // do a few functions that currently don't fit the scheme because they have // two template arguments that need to be different (the case of same // arguments is covered by the default copy constructor and copy operator that