OKlibrary
0.2.1.6
|
#include <NumberTheory_Models.hpp>
Public Types | |
typedef Int | int_type |
typedef std::binary_function < int_type, int_type, Algebra_Traits::BinaryLinearCombination < int_type, int_type > >::result_type | result_type |
Public Member Functions | |
Gcd_extended () | |
Gcd_extended (Visitor vis) | |
result_type | operator() (const int_type a, const int_type b) |
Public Attributes | |
Visitor | vis |
Definition at line 105 of file NumberTheory_Models.hpp.
typedef Int NumberTheory::Gcd_extended< Int, Visitor >::int_type |
Definition at line 107 of file NumberTheory_Models.hpp.
typedef std::binary_function<int_type,int_type,Algebra_Traits::BinaryLinearCombination<int_type, int_type> >::result_type NumberTheory::Gcd_extended< Int, Visitor >::result_type |
Definition at line 108 of file NumberTheory_Models.hpp.
NumberTheory::Gcd_extended< Int, Visitor >::Gcd_extended | ( | ) | [inline] |
Definition at line 112 of file NumberTheory_Models.hpp.
NumberTheory::Gcd_extended< Int, Visitor >::Gcd_extended | ( | Visitor | vis | ) | [inline] |
Definition at line 113 of file NumberTheory_Models.hpp.
result_type NumberTheory::Gcd_extended< Int, Visitor >::operator() | ( | const int_type | a, |
const int_type | b | ||
) | [inline] |
Definition at line 115 of file NumberTheory_Models.hpp.
References NumberTheory::Gcd_extended< Int, Visitor >::vis.
Visitor NumberTheory::Gcd_extended< Int, Visitor >::vis |
Definition at line 110 of file NumberTheory_Models.hpp.
Referenced by NumberTheory::Gcd_extended< Int, Visitor >::operator()().