linbox
|
This template class is defined to be in phase with the LinBox archetype. More...
#include <givaro-extension.h>
Public Types | |
typedef ::Givaro::Extension < GivaroField< BaseField > >::Element | Element |
Element type. | |
typedef ::Givaro::GIV_ExtensionrandIter < ::Givaro::Extension < GivaroField< BaseField > >, LinBox::integer > | RandIter |
RandIter type. | |
Public Member Functions | |
GivaroExtension (const integer &p, const integer &k=1) | |
Constructor from an integer. | |
GivaroExtension (const BaseField &bF, const integer &ext=1) | |
Constructor extension of a base field. | |
GivaroExtension (const Self_t &F) | |
Copy Constructor. |
This template class is defined 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.
typedef ::Givaro::Extension<GivaroField<BaseField> >::Element Element |
Element type.
This type is inherited from the Givaro class Extension
typedef ::Givaro::GIV_ExtensionrandIter< ::Givaro::Extension<GivaroField<BaseField> >, LinBox::integer > RandIter |
RandIter type.
This type is inherited from the Givaro class GFqDom<TAG>