OKlibrary
0.2.1.6
|
#include <NumberTheory_Models.hpp>
Public Member Functions | |
GcdExtVisitor_output (std::ostream &out1, std::ostream &out2, const std::string &sep=",") | |
void | operator() (const Int &a) |
void | coefficients (const Int &x, const Int &y) |
void | last_coefficients (const Int &x, const Int &y) |
void | finished () |
Public Attributes | |
std::ostream & | out_euc_seq |
std::ostream & | out_euc_ext_seq |
const std::string | sep |
Definition at line 85 of file NumberTheory_Models.hpp.
NumberTheory::GcdExtVisitor_output< Int >::GcdExtVisitor_output | ( | std::ostream & | out1, |
std::ostream & | out2, | ||
const std::string & | sep = "," |
||
) | [inline] |
Definition at line 89 of file NumberTheory_Models.hpp.
void NumberTheory::GcdExtVisitor_output< Int >::coefficients | ( | const Int & | x, |
const Int & | y | ||
) | [inline] |
Definition at line 93 of file NumberTheory_Models.hpp.
References NumberTheory::GcdExtVisitor_output< Int >::out_euc_ext_seq, and NumberTheory::GcdExtVisitor_output< Int >::sep.
void NumberTheory::GcdExtVisitor_output< Int >::finished | ( | ) | [inline] |
Definition at line 99 of file NumberTheory_Models.hpp.
References NumberTheory::GcdExtVisitor_output< Int >::out_euc_seq.
void NumberTheory::GcdExtVisitor_output< Int >::last_coefficients | ( | const Int & | x, |
const Int & | y | ||
) | [inline] |
Definition at line 96 of file NumberTheory_Models.hpp.
References NumberTheory::GcdExtVisitor_output< Int >::out_euc_ext_seq.
void NumberTheory::GcdExtVisitor_output< Int >::operator() | ( | const Int & | a | ) | [inline] |
Definition at line 90 of file NumberTheory_Models.hpp.
References NumberTheory::GcdExtVisitor_output< Int >::out_euc_seq, and NumberTheory::GcdExtVisitor_output< Int >::sep.
std::ostream& NumberTheory::GcdExtVisitor_output< Int >::out_euc_ext_seq |
Definition at line 87 of file NumberTheory_Models.hpp.
Referenced by NumberTheory::GcdExtVisitor_output< Int >::coefficients(), and NumberTheory::GcdExtVisitor_output< Int >::last_coefficients().
std::ostream& NumberTheory::GcdExtVisitor_output< Int >::out_euc_seq |
Definition at line 86 of file NumberTheory_Models.hpp.
Referenced by NumberTheory::GcdExtVisitor_output< Int >::finished(), and NumberTheory::GcdExtVisitor_output< Int >::operator()().
const std::string NumberTheory::GcdExtVisitor_output< Int >::sep |
Definition at line 88 of file NumberTheory_Models.hpp.
Referenced by NumberTheory::GcdExtVisitor_output< Int >::coefficients(), and NumberTheory::GcdExtVisitor_output< Int >::operator()().