Go to the source code of this file.
Namespaces
Defines
- #define TMPL template<typename C,typename R,typename V>
- #define Complex_ball ball<C,R,V>
- #define Real Real_type(C)
- #define Real_ball ball<Real,R,V>
- #define TMPL template<typename C,typename R,typename V>
- #define Ball ball<C,R,V>
- #define Complex_ball ball<complex<C>,R,V>
Functions
- template<typename Real , typename Complex , typename R > ball< Complex, R > complex_gaussian (const ball< Real, R > &re)
- template<typename Real , typename Complex , typename R > ball< Complex, R > complex_gaussian (const ball< Real, R > &re, const ball< Real, R > &im)
- UNARY_RETURN_TYPE (template< typename C, typename R, typename V >, Re_op, ball< C, R, V >, ball< Real_type(C), R, V >)
- template<typename C , typename R , typename V > ball< Real_type(C),R, V > Re (const ball< C, R, V > &z)
- template<typename C , typename R , typename V > ball< Real_type(C),R, V > Im (const ball< C, R, V > &z)
- template<typename C , typename R , typename V > ball< Real_type(C),R, V > arg (const ball< C, R, V > &z)
- template<typename C , typename R , typename V > ball< C, R, V > conj (const ball< C, R, V > &z)
- template<typename C , typename R , typename V > ball< C, R, V > times_i (const ball< C, R, V > &z)
- template<typename C , typename R , typename V > ball< C, R, V > over_i (const ball< C, R, V > &z)
- BINARY_RETURN_TYPE (template< typename C, typename R, typename V >, gaussian_op, ball< C, R, V >, ball< C, R, V >, ball< complex< C >, R, V >)
- template<typename C , typename R , typename V > ball< complex< C >, R, V > gaussian (const ball< C, R, V > &re, const ball< C, R, V > &im=0)
- template<typename C , typename R , typename V > ball< complex< C >, R, V > polar (const ball< C, R, V > &r, const ball< C, R, V > &t)
- template<typename C , typename R , typename V > syntactic flatten (const ball< complex< C >, R, V > &z)
- template<typename C , typename R , typename V > syntactic flatten (const ball< complex< C >, R, V > &z, nat dd)
- template<typename C , typename R , typename V > ball< complex< C >, R, V > operator+ (const ball< complex< C >, R, V > &z1, const ball< C, R, V > &z2)
- template<typename C , typename R , typename V > ball< complex< C >, R, V > operator+ (const ball< C, R, V > &z1, const ball< complex< C >, R, V > &z2)
- template<typename C , typename R , typename V > ball< complex< C >, R, V > operator- (const ball< complex< C >, R, V > &z1, const ball< C, R, V > &z2)
- template<typename C , typename R , typename V > ball< complex< C >, R, V > operator- (const ball< C, R, V > &z1, const ball< complex< C >, R, V > &z2)
- template<typename C , typename R , typename V > ball< complex< C >, R, V > operator* (const ball< complex< C >, R, V > &z1, const ball< C, R, V > &z2)
- template<typename C , typename R , typename V > ball< complex< C >, R, V > operator* (const ball< C, R, V > &z1, const ball< complex< C >, R, V > &z2)
- template<typename C , typename R , typename V > ball< complex< C >, R, V > operator/ (const ball< complex< C >, R, V > &z1, const ball< C, R, V > &z2)
- template<typename C , typename R , typename V > ball< complex< C >, R, V > operator/ (const ball< C, R, V > &z1, const ball< complex< C >, R, V > &z2)
Define Documentation
#define Complex_ball ball<complex<C>,R,V> |
#define Complex_ball ball<C,R,V> |
#define Real Real_type(C) |
#define Real_ball ball<Real,R,V> |
#define TMPL template<typename C,typename R,typename V> |
#define TMPL template<typename C,typename R,typename V> |