include/continewz/riemann_germ.hpp File Reference
#include <analyziz/polynomial_double.hpp>
Go to the source code of this file.
Classes
Namespaces
Defines
- #define TMPL_DEF template<typename R,typename V= std_germ>
- #define TMPL template<typename R,typename V>
- #define C complex<R>
- #define Germ riemann_germ<R,V>
- #define Germ_rep riemann_germ_rep<R,V>
Functions
- INDIRECT_IMPL_2 (riemann_germ, riemann_germ_rep, typename R, R, typename V, V) DEFINE_UNARY_FORMAT_2(riemann_germ) template< typename R
- V complex< R > center (const riemann_germ< R, V > &g)
- template<typename R , typename V > R radius (const riemann_germ< R, V > &g)
- template<typename R , typename V > format< R > CF (const riemann_germ< R, V > &g)
- template<typename R , typename V > complex< R > eval (const riemann_germ< R, V > &g, const complex< R > &z)
- template<typename R , typename V > bool inside (const complex< R > &z, const riemann_germ< R, V > &g)
- template<typename R , typename V > bool better (const complex< R > &z, const riemann_germ< R, V > &g1, const riemann_germ< R, V > &g2)
- template<typename Op , typename R , typename V > nat unary_hash (const riemann_germ< R, V > &s)
- template<typename Op , typename R , typename V > bool binary_test (const riemann_germ< R, V > &s1, const riemann_germ< R, V > &s2)
- TRUE_IDENTITY_OP_SUGAR (template< typename R, typename V >, riemann_germ< R, V >) EXACT_IDENTITY_OP_SUGAR(template< typename R
- template<typename R , typename V > riemann_germ< R, V > syntactic flatten (const riemann_germ< R, V > &g)
Define Documentation
| #define Germ riemann_germ<R,V> |
| #define Germ_rep riemann_germ_rep<R,V> |
| #define TMPL template<typename R,typename V> |
| #define TMPL_DEF template<typename R,typename V= std_germ> |