#include <complex>Go to the source code of this file.
Classes | |
| struct | Warning_Value_Type_Not_Defined |
| struct | RealOf< T > |
| struct | RealOf< double > |
The real class type of double is double. More... | |
| struct | RealOf< int > |
The real class type of int is int. More... | |
| struct | RealOf< complex< T > > |
The real class type of complex<T> is T. More... | |
Macros | |
| #define | COMPLEX complex<double> |
Functions | |
| template<class T > | |
| void | Root_Unity (complex< T > &c, int n) |
| template<class T > | |
| complex< T > | pow (const complex< T > &z, int k) |
| #define COMPLEX complex<double> |
|
inline |
|
inline |