Main Page   Modules   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

GivaroExtension Class Template Reference

#include <givaro-extension.h>

Inheritance diagram for GivaroExtension:

FieldInterface List of all members.

Detailed Description

template<class BaseField = GivaroGfq>
class LinBox::GivaroExtension< BaseField >

This template class is define just to be in phase with the LinBox archetype. Most of all methods are inherited from Extension class of Givaro. these class allow to construct only extension field with a prime characteristic.


Public Types

typedef Extension< BaseField
>::Element 
Element
typedef GIV_ExtensionrandIter<
Extension< BaseField >, LinBox::integer
RandIter

Public Methods

 GivaroExtension (const integer &p, const integer &k=1)
 GivaroExtension (const BaseField &bF, const integer &ext=1)
 GivaroExtension (const Self_t &F)


Member Typedef Documentation

typedef Extension<BaseField>::Element Element
 

Element type. This type is inherited from the Givaro class Extension

typedef GIV_ExtensionrandIter< Extension<BaseField>, LinBox::integer > RandIter
 

RandIter type This type is inherited from the Givaro class GFqDom<TAG>


Constructor & Destructor Documentation

GivaroExtension const integer   p,
const integer   k = 1
[inline]
 

Constructor from an integer

GivaroExtension const BaseField &    bF,
const integer   ext = 1
[inline]
 

Constructor extension of a base field

GivaroExtension const Self_t &    F [inline]
 

Copy Constructor


Generated on Mon Jun 20 09:16:54 2005 for linbox by doxygen1.2.18