|
Teuchos Package Browser (Single Doxygen Collection)
Version of the Day
|
Arbitrary-precision unsigned integer definition. More...


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 > "ient, BigUInt< n > &x, std::uint32_t const &b) |
Arbitrary-precision unsigned integer definition.
Definition in file Teuchos_BigUInt.hpp.
1.8.5