AlVin
1.0
A C++ implementation of the Vinberg's algorithm for Q, Q( sqrt(d) ) and Q( cos(2 pi / 7) )
|
This is the complete list of members for AlgebraicInteger, including all inherited members.
add(const AlgebraicInteger *ai)=0 | AlgebraicInteger | pure virtual |
aiCopyToInteger(const int &n) const =0 | AlgebraicInteger | pure virtual |
bIsDivisbleBy(const AlgebraicInteger *ai) const =0 | AlgebraicInteger | pure virtual |
bIsEqualTo(const AlgebraicInteger &ai) const =0 | AlgebraicInteger | pure virtual |
bIsEqualTo(const int &n) const =0 | AlgebraicInteger | pure virtual |
bIsGreaterOEThan(const int &n) const =0 | AlgebraicInteger | pure virtual |
bIsGreaterThan(const int &n) const =0 | AlgebraicInteger | pure virtual |
bIsInvertible() const =0 | AlgebraicInteger | pure virtual |
bIsLessOEThan(const AlgebraicInteger &ai) const =0 | AlgebraicInteger | pure virtual |
bIsLessThan(const int &n) const =0 | AlgebraicInteger | pure virtual |
bIsLessThan(const AlgebraicInteger &ai) const =0 | AlgebraicInteger | pure virtual |
bIsSquareOfIvertible() const =0 | AlgebraicInteger | pure virtual |
copy() const =0 | AlgebraicInteger | pure virtual |
divideBy(const AlgebraicInteger *ai)=0 | AlgebraicInteger | pure virtual |
gcd(const AlgebraicInteger *ai)=0 | AlgebraicInteger | pure virtual |
get_classname() const =0 | AlgebraicInteger | pure virtual |
multiplyBy(const int &n)=0 | AlgebraicInteger | pure virtual |
multiplyBy(const AlgebraicInteger *ai)=0 | AlgebraicInteger | pure virtual |
operator!=(const int &n) const | AlgebraicInteger | |
operator!=(const AlgebraicInteger &ai) const | AlgebraicInteger | |
operator<< (defined in AlgebraicInteger) | AlgebraicInteger | friend |
operator==(const AlgebraicInteger &ai) const | AlgebraicInteger | |
opp()=0 | AlgebraicInteger | pure virtual |
print(ostream &) const | AlgebraicInteger | virtual |
removeSquareFactors()=0 | AlgebraicInteger | pure virtual |
set(const int &n)=0 | AlgebraicInteger | pure virtual |
set(AlgebraicInteger *ai)=0 | AlgebraicInteger | pure virtual |
substract(const AlgebraicInteger *ai)=0 | AlgebraicInteger | pure virtual |
to_double() const =0 | AlgebraicInteger | pure virtual |
to_string(const string &strFormat="generic", const bool &bProtect=false) const =0 | AlgebraicInteger | pure virtual |
~AlgebraicInteger() (defined in AlgebraicInteger) | AlgebraicInteger | virtual |