glue/glue_complex_rational.cpp File Reference
#include <basix/int.hpp>
#include <basix/vector.hpp>
#include <basix/port.hpp>
#include <basix/literal.hpp>
#include <numerix/integer.hpp>
#include <numerix/modular.hpp>
#include <numerix/modular_integer.hpp>
#include <numerix/rational.hpp>
#include <numerix/complex.hpp>
#include <basix/glue.hpp>
Go to the source code of this file.
Namespaces
Defines
Functions
- static complex< rational > GLUE_1 (const rational &arg_1)
- static complex< rational > GLUE_2 (const rational &arg_1, const rational &arg_2)
- static complex< rational > GLUE_3 (const rational &arg_1)
- static rational GLUE_4 (const complex< rational > &arg_1)
- static rational GLUE_5 (const complex< rational > &arg_1)
- static complex< rational > GLUE_6 (const complex< rational > &arg_1)
- static complex< rational > GLUE_7 (const complex< rational > &arg_1)
- static complex< rational > GLUE_8 (const complex< rational > &arg_1)
- static complex< rational > GLUE_9 (const complex< rational > &arg_1)
- static complex< rational > GLUE_10 (const complex< rational > &arg_1)
- static complex< rational > GLUE_11 (const complex< rational > &arg_1, const complex< rational > &arg_2)
- static complex< rational > GLUE_12 (const complex< rational > &arg_1, const complex< rational > &arg_2)
- static complex< rational > GLUE_13 (const complex< rational > &arg_1, const complex< rational > &arg_2)
- static complex< rational > GLUE_14 (const rational &arg_1, const complex< rational > &arg_2)
- static complex< rational > GLUE_15 (const complex< rational > &arg_1, const rational &arg_2)
- static complex< rational > GLUE_16 (const rational &arg_1, const complex< rational > &arg_2)
- static complex< rational > GLUE_17 (const complex< rational > &arg_1, const rational &arg_2)
- static complex< rational > GLUE_18 (const rational &arg_1, const complex< rational > &arg_2)
- static complex< rational > GLUE_19 (const complex< rational > &arg_1, const rational &arg_2)
- static bool GLUE_20 (const complex< rational > &arg_1, const complex< rational > &arg_2)
- static bool GLUE_21 (const complex< rational > &arg_1, const complex< rational > &arg_2)
- static bool GLUE_22 (const complex< rational > &arg_1, const rational &arg_2)
- static bool GLUE_23 (const complex< rational > &arg_1, const rational &arg_2)
- static bool GLUE_24 (const rational &arg_1, const complex< rational > &arg_2)
- static bool GLUE_25 (const rational &arg_1, const complex< rational > &arg_2)
- static complex< rational > GLUE_26 (const complex< rational > &arg_1)
- static complex< rational > GLUE_27 (const complex< rational > &arg_1, const complex< rational > &arg_2)
- static complex< rational > GLUE_28 (const rational &arg_1, const complex< rational > &arg_2)
- static complex< rational > GLUE_29 (const complex< rational > &arg_1, const rational &arg_2)
- static complex< generic > GLUE_30 (const complex< rational > &arg_1)
- void glue_complex_rational ()
Define Documentation
      
        
          | #define gen_literal_access | ( | f, | 
        
          |  |  | v |  | ) | access (as<generic> (f), v) | 
      
 
 
      
        
          | #define gen_literal_apply | ( | f, | 
        
          |  |  | v |  | ) | gen (as<generic> (f), v) | 
      
 
 
      
        
          | #define int_literal | ( | x |  | ) | as_int (as_string (x)) | 
      
 
 
      
        
          | #define is_generic_literal   is<literal> |