Home
last modified time | relevance | path

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

/dports/math/pari/pari-2.13.3/src/basemath/
H A DZV.c598 ZV_dotproduct_i(GEN x, GEN y, long lx) in ZV_dotproduct_i() function
626 gcoeff(M,i,j) = gel(c,j) = ZV_dotproduct_i(xi,gel(y,j),l); in ZM_transmultosym()
627 gel(c,i) = ZV_dotproduct_i(xi,gel(y,i),l); in ZM_transmultosym()
646 for (j=1; j<lx; j++) gel(c,j) = ZV_dotproduct_i(yi,gel(x,j),l); in ZM_transmul()
744 for (i = 1; i < ly; i++) gel(z,i) = ZV_dotproduct_i(x, gel(y,i), lx); in ZV_ZM_mul()
783 return ZV_dotproduct_i(x, y, lx); in ZV_dotproduct()