Borderbasix

Classes | Macros | Functions
Complex.hpp File Reference
#include <complex.h>

Go to the source code of this file.

Classes

struct  Warning_Value_Type_Not_Defined
 
struct  Real< T >
 
struct  Real< double >
 
struct  Real< complex< T > >
 
struct  Real< int >
 

Macros

#define COMPLEX   complex<double>
 

Functions

template<class T >
void __div_1 (T &a, T &b, const T &c, const T &d)
 
template<class T >
void Root_Unity (complex< T > &c, int n)
 
template<class T >
complex< T > pow (const complex< T > &z, int k)
 

Macro Definition Documentation

#define COMPLEX   complex<double>

Function Documentation

template<class T >
void __div_1 ( T &  a,
T &  b,
const T &  c,
const T &  d 
)
inline
template<class T >
complex<T> pow ( const complex< T > &  z,
int  k 
)
inline
template<class T >
void Root_Unity ( complex< T > &  c,
int  n 
)
inline
Home  |  Download & InstallContributions