Borderbasix
Main Page
Related Pages
Classes
Files
File List
File Members
borderbasix
include
borderbasix
arithm
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
AlgClos::TYPE
T TYPE
Definition:
AlgClos.hpp:19
AlgClos< double >::TYPE
complex< double > TYPE
Definition:
AlgClos.hpp:26
AlgClos
Algebraic Closure.
Definition:
AlgClos.hpp:18
Home
|
Download & Install
|
Contributions
Generated on Tue Sep 29 2015 11:43:19 for Borderbasix by 1.8.9.1