OPAL (Object Oriented Parallel Accelerator Library)  2.2.0
OPAL
TpsDouble.cpp
Go to the documentation of this file.
1 // ------------------------------------------------------------------------
2 // $RCSfile: TpsDouble.cpp,v $
3 // ------------------------------------------------------------------------
4 // $Revision: 1.1.1.1 $
5 // ------------------------------------------------------------------------
6 // Copyright: see Copyright.readme
7 // ------------------------------------------------------------------------
8 //
9 // Type definitions:
10 // typedef Tps<double> TpsDouble
11 // typedef Vps<double> VpsDouble
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 
25 
26 // Force instantiation of Tps<double> class.
27 // ------------------------------------------------------------------------
28 
30 template class Tps<double>;
31 
32 
33 // Force instantiation of Vps<double> class.
34 // ------------------------------------------------------------------------
35 
37 template class Vps<double>;