OPAL (Object Oriented Parallel Accelerator Library) 2022.1
OPAL
TpsComplex.cpp
Go to the documentation of this file.
1// ------------------------------------------------------------------------
2// $RCSfile: TpsComplex.cpp,v $
3// ------------------------------------------------------------------------
4// $Revision: 1.1.1.1 $
5// ------------------------------------------------------------------------
6// Copyright: see Copyright.readme
7// ------------------------------------------------------------------------
8//
9// Type definitions:
10// Tps<std::complex<double> > TpsComplex
11// Vps<std::complex<double> > VpsComplex
12//
13// ------------------------------------------------------------------------
14// Class category: Algebra
15// ------------------------------------------------------------------------
16//
17// $Date: 2000/03/27 09:32:32 $
18// $Author: fci $
19//
20// ------------------------------------------------------------------------
21
22#include "Algebra/Tps.hpp"
23#include "Algebra/Vps.hpp"
24#include <complex>
25
26
27// Force instantiation of Tps<std::complex<double> > class.
28// ------------------------------------------------------------------------
29
31template class Tps<std::complex<double> >;
32
33
34// Force instantiation of Vps<std::complex<double> > class.
35// ------------------------------------------------------------------------
36
38template class Vps<std::complex<double> >;
Truncated power series.
Definition: Tps.h:46
Vector truncated power series.
Definition: Vps.h:38