31 #ifndef ALVINFRACTION_H 32 #define ALVINFRACTION_H 51 friend ostream& operator<<( ostream& ,
AlVinFraction const & );
59 #endif // ALVINFRACTION_H
AlgebraicInteger * aiNumerator
When normalized with respect to the biggest possible value for (e,e): x_0^2 / (e,e) = ( x_0^2 * (e_ma...
Definition: alvinfraction.h:41
bool isLessThanPtrAlVinFraction(const AlVinFraction *a, const AlVinFraction *b)
Check if *a < *b.
Definition: alvinfraction.cpp:37
AlgebraicInteger * aiX0
x_0
Definition: alvinfraction.h:39
Parent class for rational, quadratic and rc7 integers.
Definition: algebraicinteger.h:43
AlgebraicInteger * aiNorm2
(e,e)
Definition: alvinfraction.h:40
This class represents one fraction x0^2 / (e,e)
Definition: alvinfraction.h:36