Developer documentation

scalar_extended_integer.hpp File Reference
#include <string>
#include <iostream>
#include <realroot/extended.hpp>
#include <realroot/scalar_integer.hpp>
#include <cassert>

Go to the source code of this file.

Classes

struct  mmx::as_helper< T, F >
 
struct  mmx::as_helper< double, scalar< EMPZ > >
 

Namespaces

 mmx
 
 mmx::let
 Namespace for explicit type conversion.
 

Typedefs

typedef extended< MPZ > mmx::EMPZ
 

Functions

std::ostream & mmx::operator<< (std::ostream &os, const scalar< EMPZ > &b)
 
scalar< EMPZ > mmx::operator+ (const scalar< EMPZ > &a1, const scalar< EMPZ > &a2)
 
scalar< EMPZ > mmx::operator- (const scalar< EMPZ > &a1, const scalar< EMPZ > &a2)
 
scalar< EMPZ > mmx::operator- (const scalar< EMPZ > &a1)
 
scalar< EMPZ > mmx::operator* (const scalar< EMPZ > &a1, const scalar< EMPZ > &a2)
 
scalar< EMPZ > mmx::operator* (const scalar< EMPZ > &a1, const scalar< MPZ > &a2)
 
scalar< EMPZ > mmx::operator* (const scalar< MPZ > &a1, const scalar< EMPZ > &a2)
 
scalar< EMPZ > mmx::operator* (const scalar< EMPZ > &a2, int a1)
 
scalar< EMPZ > mmx::operator* (int a1, const scalar< EMPZ > &a2)
 
scalar< EMPZ > mmx::operator/ (const scalar< EMPZ > &a1, const scalar< EMPZ > &a2)
 
scalar< EMPZ > mmx::operator/ (const scalar< EMPZ > &a1, const scalar< MPZ > &a2)
 
template<class OSTREAM >
void mmx::print (OSTREAM &os, const scalar< EMPZ > &b)
 
scalar< EMPZ > mmx::operator<< (const scalar< EMPZ > &x, long int s)
 
scalar< EMPZ > & mmx::operator<<= (scalar< EMPZ > &x, long int s)
 
int mmx::compare (const scalar< EMPZ > &b1, const scalar< EMPZ > &b2)
 
int mmx::compare (const scalar< EMPZ > &b, unsigned long ul)
 
int mmx::compare (const scalar< EMPZ > &b, long sl)
 
int mmx::compare (const scalar< EMPZ > &b, int si)
 
scalar< EMPZ > mmx::min (const scalar< EMPZ > &a1, const scalar< EMPZ > &a2)
 
scalar< EMPZ > mmx::max (const scalar< EMPZ > &a1, const scalar< EMPZ > &a2)
 
long int mmx::bit_size (const scalar< EMPZ > &z)
 
void mmx::let::assign (scalar< MPZ > &x, const scalar< EMPZ > &r)
 
Home