From: bangerth Date: Tue, 6 Nov 2007 22:06:27 +0000 (+0000) Subject: Update X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a254e977a486e10acc578bef82f8548d40d4526e;p=dealii-svn.git Update git-svn-id: https://svn.dealii.org/trunk@15455 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/doxygen/headers/instantiations.h b/deal.II/doc/doxygen/headers/instantiations.h index a355fa3a76..f53e2ae151 100644 --- a/deal.II/doc/doxygen/headers/instantiations.h +++ b/deal.II/doc/doxygen/headers/instantiations.h @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 2005, 2006 by the deal.II authors +// Copyright (C) 2005, 2006, 2007 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -54,13 +54,16 @@ * If the template parameter is dim, the available instances * are for dim=1,2,3, if there is no other information. * - * There are other cases of classes (not depending on the spatial dimension) - * for which only a certain, small number of template arguments is supported - * and explicit instantiations are provided in the library. In particular, - * this includes all the linear algebra classes that are templatized on the - * type of the scalar underlying stored values: we only support - * double, float, and in some cases long - * double. + * There are other cases of classes (not depending on the spatial + * dimension) for which only a certain, small number of template + * arguments is supported and explicit instantiations are provided in + * the library. In particular, this includes all the linear algebra + * classes that are templatized on the type of the scalar underlying + * stored values: we only support double, + * float, and in some cases long double, + * std::complex@, + * std::complex@, and std::complex@. * * * @section Inst2 A few instantiations, most of which are known