Searched refs:tauofvec (Results 1 – 2 of 2) sorted by relevance
/dports/math/p5-Math-Pari/pari-2.3.5/src/modules/ |
H A D | kummer.c | 261 tauofvec(GEN x, tau_s *tau) in tauofvec() function 283 return mkmat2(tauofvec(gel(x,1), tau), gel(x,2)); in tauoffamat() 971 p2 = tauofvec(p2, tau); in _rnfkummer()
|
/dports/math/pari/pari-2.13.3/src/basemath/ |
H A D | kummer.c | 128 static GEN tauofvec(GEN x, tau_s *tau); 136 case t_MAT: return mkmat2(tauofvec(gel(x,1), tau), gel(x,2)); in tauofelt() 141 tauofvec(GEN x, tau_s *tau) in tauofvec() function 959 gel(vB, j) = tauofvec(j == 1? B: gel(vB, j-1), &kum->tau); in _rnfkummer_step4()
|