|
| template<class Field> |
| void | doubleDetModp (const Field &F, const size_t N, typename Field::Element &d1, typename Field::Element &d2, typename Field::Element *A, const size_t lda, typename Field::Element *b, const size_t incb, typename Field::Element *c, const size_t incc) |
| |
| template<class BlackBox> |
| void | doubleDetGivenDivisors (const BlackBox &A, typename BlackBox::Field::Element &d1, typename BlackBox::Field::Element &d2, const typename BlackBox::Field::Element &s1, const typename BlackBox::Field::Element &s2, const bool proof) |
| |
| template<class BlackBox> |
| void | doubleDet (typename BlackBox::Field::Element &d1, typename BlackBox::Field::Element &d2, const BlackBox &A, bool proof) |
| |