Home
last modified time | relevance | path

Searched refs:_FpM_mul (Results 1 – 2 of 2) sorted by relevance

/dports/math/pari/pari-2.13.3/src/basemath/
H A Dalglin1.c1502 _FpM_mul(void *E, GEN A, GEN B) in _FpM_mul() function
1543 return gen_det_i(a, E, S, _FpM_mul); in FpM_det_gen()
1588 return gen_pivots(x, rr, E, S, _FpM_mul); in FpM_gauss_pivot_gen()
1731 return gen_invimage(A, B, E, ff, _FpM_mul); in FpM_invimage_gen()
1784 return gen_matcolinvimage_i(A, y, E, ff, _FpM_mul); in FpM_FpC_invimage_gen()
1837 return gen_ker_i(x, deplin, E, S, _FpM_mul); in FpM_ker_gen()
1948 return gen_gauss(a,b, E, S, _FpM_mul); in FpM_gauss_gen()
H A DFpV.c762 _FpM_mul(void *p , GEN x, GEN y) in _FpM_mul() function
782 return gen_powu(x, n, (void*)p, &_FpM_sqr, &_FpM_mul); in FpM_powu()