|
template<class Field > |
size_t | updateD (const Field &F, size_t *d, size_t k, std::vector< std::vector< typename Field::Element > > &minpt) |
|
template<class Field > |
size_t | newD (const Field &F, size_t *d, bool &KeepOn, const size_t l, const size_t N, typename Field::Element_ptr X, const size_t *Q, std::vector< std::vector< typename Field::Element > > &minpt) |
|
template<class Field , class Polynomial > |
std::list< Polynomial > & | KellerGehrig (const Field &F, std::list< Polynomial > &charp, const size_t N, typename Field::ConstElement_ptr A, const size_t lda) |
|