#include <complex.h>
Go to the source code of this file.
|
| 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) |
| |
| #define COMPLEX complex<double> |
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 |