Borderbasix

AlgClos.hpp
Go to the documentation of this file.
1 /*********************************************************************
2 * This file is part of the source code of BORDERBASIX software. *
3 * (C) B. Mourrain, INRIA *
4 **********************************************************************/
5 #ifndef _AlgClos_H_
6 #define _AlgClos_H_
7 
8 #include <complex>
9 
18 template <class T> struct AlgClos {
19  typedef T TYPE;
20 };
21 
25 template<> struct AlgClos<double> {
26  typedef complex<double> TYPE;
27 };
28 
29 #endif
T TYPE
Definition: AlgClos.hpp:19
complex< double > TYPE
Definition: AlgClos.hpp:26
Algebraic Closure.
Definition: AlgClos.hpp:18
Home  |  Download & InstallContributions