#include <givaro-extension.h>

Public Types | |
| typedef Extension< GFqDom < int32 > >::Element | Element |
| typedef GIV_ExtensionrandIter < Extension< GFqDom< int32 > >, LinBox::integer > | RandIter |
Public Member Functions | |
| GivaroExtension (const integer &p, const integer &k=1) | |
| GivaroExtension (const GivaroGfq &bF, const integer &ext=1) | |
| GivaroExtension (const Self_t &F) | |
Element type. This type is inherited from the Givaro class Extension
| typedef GIV_ExtensionrandIter< Extension< GFqDom<int32> >, LinBox::integer > RandIter |
RandIter type This type is inherited from the Givaro class GFqDom<TAG>
| GivaroExtension | ( | const integer & | p, | |
| const integer & | k = 1 | |||
| ) | [inline] |
Constructor from an integer
| GivaroExtension | ( | const GivaroGfq & | bF, | |
| const integer & | ext = 1 | |||
| ) | [inline] |
Constructor extension of a base field
| GivaroExtension | ( | const Self_t & | F | ) | [inline] |
Copy Constructor
1.5.7.1