|
| uint64_t | getSeed () |
| |
| template<typename Field > |
| Field * | chooseField (Givaro::Integer q, uint64_t b, uint64_t seed) |
| |
| template<> |
| Givaro::ZRing< int32_t > * | chooseField< Givaro::ZRing< int32_t > > (Givaro::Integer q, uint64_t b, uint64_t seed) |
| |
| template<> |
| Givaro::ZRing< int64_t > * | chooseField< Givaro::ZRing< int64_t > > (Givaro::Integer q, uint64_t b, uint64_t seed) |
| |
| template<> |
| Givaro::ZRing< float > * | chooseField< Givaro::ZRing< float > > (Givaro::Integer q, uint64_t b, uint64_t seed) |
| |
| template<> |
| Givaro::ZRing< double > * | chooseField< Givaro::ZRing< double > > (Givaro::Integer q, uint64_t b, uint64_t seed) |
| |