Teuchos Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Namespaces | Functions
Teuchos_BigUInt.hpp File Reference

Arbitrary-precision unsigned integer definition. More...

#include <iostream>
#include <Teuchos_BigUIntDecl.hpp>
Include dependency graph for Teuchos_BigUInt.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 Teuchos
 

Functions

template<int n>
std::ostream & Teuchos::operator<< (std::ostream &os, BigUInt< n > a)
 
template<int n>
BigUInt< n > Teuchos::operator+ (BigUInt< n > const &a, BigUInt< n > const &b)
 
template<int n>
BigUInt< n > Teuchos::operator- (BigUInt< n > const &a, BigUInt< n > const &b)
 
template<int n>
BigUInt< n > Teuchos::operator* (BigUInt< n > const &a, BigUInt< n > const &b)
 
template<int n>
BigUInt< n > Teuchos::operator/ (BigUInt< n > const &a, std::uint32_t const &b)
 
template<int n>
BigUInt< n > Teuchos::operator/ (BigUInt< n > const &a, BigUInt< n > const &b)
 
template<int n>
int Teuchos::comp (BigUInt< n > const &a, BigUInt< n > const &b)
 
template<int n>
bool Teuchos::operator>= (BigUInt< n > const &a, BigUInt< n > const &b)
 
template<int n>
bool Teuchos::operator<= (BigUInt< n > const &a, BigUInt< n > const &b)
 
template<int n>
bool Teuchos::operator< (BigUInt< n > const &a, BigUInt< n > const &b)
 
template<int n>
bool Teuchos::operator> (BigUInt< n > const &a, BigUInt< n > const &b)
 
template<int n>
bool Teuchos::operator== (BigUInt< n > const &a, BigUInt< n > const &b)
 
template<int n>
void Teuchos::divmod (BigUInt< n > &quotient, BigUInt< n > &x, std::uint32_t const &b)
 

Detailed Description

Arbitrary-precision unsigned integer definition.

Definition in file Teuchos_BigUInt.hpp.