Givaro
Public Member Functions | Data Fields
Frac< T1, T2 > Struct Template Reference

#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 ( ) [inline]
Frac ( const Z1 &  v1,
const Z2 &  v2 
) [inline]

Member Function Documentation

T1& nume ( ) [inline]
const Integer nume ( ) const [inline]
T2& deno ( ) [inline]
const Integer deno ( ) const [inline]

Field Documentation

T1 _num
T2 _den

The documentation for this struct was generated from the following files: