This graph shows which files directly or indirectly include this file:

Namespaces | |
| namespace | SPUC |
Defines | |
| #define | COMPLEX_SINGOP(T1, T2, RESULT) |
| #define | COMPLEX_MULTOP(T1, T2, RESULT) |
Functions | |
| template<typename T> | |
| base_type< T >::btype | SPUC::magsq (T in) |
| Templated Magnitude Squared function template function that uses a class to allow template specialization. | |
| template<typename T1, typename T2> | |
| bool | SPUC::operator== (complex< T1 > r, complex< T2 > l) |
| template<typename T1, typename T2> | |
| bool | SPUC::operator<= (complex< T1 > r, complex< T2 > l) |
| ! | |
| template<typename T1, typename T2> | |
| bool | SPUC::operator< (complex< T1 > r, complex< T2 > l) |
| ! | |
| template<typename T1, typename T2> | |
| bool | SPUC::operator>= (complex< T1 > r, complex< T2 > l) |
| ! | |
| template<typename T1, typename T2> | |
| bool | SPUC::operator> (complex< T1 > r, complex< T2 > l) |
| ! | |
| template<typename T1, typename T2> | |
| bool | SPUC::operator!= (complex< T1 > r, complex< T2 > l) |
| #define COMPLEX_MULTOP | ( | T1, | |||
| T2, | |||||
| RESULT | ) |
Value:
COMPLEX_SINGOP(T1,T2,RESULT) \ COMPLEX_SINGOP(T2,T1,RESULT)
| #define COMPLEX_SINGOP | ( | T1, | |||
| T2, | |||||
| RESULT | ) |
1.4.7