#include <givfractiondomain.h>
Public Member Functions |
| Frac () |
template<class Z1 , class Z2 > |
| Frac (const Z1 &v1, const Z2 &v2) |
T1 & | nume () |
const T1 & | nume () const |
T2 & | deno () |
const T2 & | deno () const |
Data Fields |
T1 | _num |
T2 | _den |
Detailed Description
template<class T1, class T2>
struct Givaro::Frac< T1, T2 >
- Examples:
-
examples/Polynomial/highorder.C.
Constructor & Destructor Documentation
Frac |
( |
const Z1 & |
v1, |
|
|
const Z2 & |
v2 |
|
) |
| [inline] |
Member Function Documentation
const Integer nume |
( |
| ) |
const [inline] |
const Integer deno |
( |
| ) |
const [inline] |
Field Documentation
The documentation for this struct was generated from the following files: