Home
last modified time | relevance | path

Searched refs:dotgf_char2 (Results 1 – 3 of 3) sorted by relevance

/dports/math/giacxcas/giac-1.6.0/src/
H A Dquater.h126 int dotgf_char2(const std::vector<int> & v,const std::vector<int> & w,int M);
143 inline int dotgf_char2(const std::vector<int> & v,const std::vector<int> & w,int M){ return 0; } in dotgf_char2() function
H A Dquater.cc1076 int dotgf_char2(const vector<int> & v,const vector<int> & w,int M){
1180 C[i][j]=dotgf_char2(A[i],tranB[j],M);
H A Dvecteur.cc3139 res.push_back(galois_field(plus_two,btype,x,dotgf_char2(*ita,B,btype))); in multmatvecteur()