Home
last modified time | relevance | path

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

/dports/math/pari/pari-2.13.3/src/basemath/
H A Dbnfunits.c88 t = RgV_dotproduct(t, ex); in bnfisunit()
109 GEN ro = RgV_dotproduct(row(nf_get_M(nf), i), z); in bnfisunit()
H A Dlfunquad.c357 L = RgV_dotproduct(C, S(r, lg(C)-1, D, NULL, vP)); in modulareven()
559 L = RgV_dotproduct(C, S(r, lg(C)-1, Da, N, NULL, vP)); in modularodd()
H A Dbnflog.c183 return gerepileupto(av, gdiv(RgV_dotproduct(E, v), deg)); in vtilde()
H A Dbibli1.c244 GEN mu = gmul(RgV_dotproduct(gel(e,i),gel(f,j)), gel(iB,j)); in RgM_gram_schmidt()
267 GEN c = gdiv( RgV_dotproduct(b, gel(G,j)), gel(N,j) ); in RgM_Babai()
H A DRgV.c204 RgV_dotproduct(GEN x,GEN y) in RgV_dotproduct() function
H A Dgen3.c4318 return gerepileupto(av, RgV_dotproduct(RgV_RgM_mul(x,q), y)); in qfevalb()
4329 return RgV_dotproduct(x,y); in qfbil()
4342 return RgV_dotproduct(x,y); in qfeval0()
H A Dkummer.c802 return RgV_dotproduct(nf_get_zkprimpart(nfz), c); in to_alg()
H A Dnffactor.c520 u = RgV_dotproduct(L->topow, v); in nf_bestlift_to_pol()
H A Dmftrace.c7482 GEN S = RgV_dotproduct(gel(F,i), SQ), T = gel(vP,i); in mfatkineigenquad()
7525 GEN f = gel(FE,j), a = RgV_dotproduct(va,f), b = RgV_dotproduct(vb,f); in mfatkineigenquad()
7779 GEN c = RgV_dotproduct(RgM_RgC_mul(MQ,gel(vF,i)), M); /* C * eigen_i */ in mfatkineigenvalues()
H A Dbase3.c154 x = (typ(x) == t_COL)? RgV_dotproduct(x, gel(nf_get_Tr(nf),1)) in nftrace()
H A Dmodsym.c4102 GEN Ta = gmael(vT,ia,i), v = S? RgV_dotproduct(Ta, S): gel(Ta,1); in mspadicint()
H A Dalglin1.c5369 { return gsub(gmul(gnorml2(v1), gnorml2(v2)), gsqr(RgV_dotproduct(v1, v2))); } in parallelogramarea()
/dports/math/pari/pari-2.13.3/src/language/
H A Dsumiter.c1665 GEN t = RgV_dotproduct(gel(D,m+1), X); in derivnumk()
1998 { return gprec_w(RgV_dotproduct(u,L->coef), prec); } in limitnum_i()
2076 GEN a = RgV_dotproduct(u,L.coef); in asympnumraw()
/dports/math/pari/pari-2.13.3/
H A DCHANGES-2.6138 64- add GC in RgV_dotproduct / RgV_dotsquare
H A DCHANGES-2.41241 …16- library function RgV_dotproduct, ZV_dotproduct, RgV_dotsquare, ZV_dotsquare, FpV_dotproduct, F…
/dports/math/pari/pari-2.13.3/src/modules/
H A Dalgebras.c2674 case al_BASIS: res = RgV_dotproduct(x, alg_get_tracebasis(al)); break; in algabstrace()
/dports/math/py-cypari2/cypari2-2.1.2/venv/lib/python3.7/site-packages/cypari2/
H A Dparidecl.pxd935 GEN RgV_dotproduct(GEN x, GEN y)
/dports/math/py-cypari2/cypari2-2.1.2/cypari2/
H A Dparidecl.pxd1074 GEN RgV_dotproduct(GEN x, GEN y)
/dports/math/pari/pari-2.13.3/src/headers/
H A Dparidecl.h1125 GEN RgV_dotproduct(GEN x, GEN y);
/dports/math/pari/pari-2.13.3/doc/
H A Dusersch5.tex9007 \fun{GEN}{RgV_dotproduct}{GEN x,GEN y} returns the scalar product of $x$ and $y$