Home
last modified time | relevance | path

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

/dports/math/pari/pari-2.13.3/src/basemath/
H A Dsubfield.c1283 c = RgV_Rg_mul(c, contc); in galoissubfieldcm()
1285 else if (contM) c = RgV_Rg_mul(c, ginv(contM)); in galoissubfieldcm()
H A DRgV.c874 RgV_Rg_mul(GEN x, GEN y) in RgV_Rg_mul() function
H A Dmftrace.c5362 *pc = ginv(c); return RgV_Rg_mul(v, *pc); in RgV_normalize()
7710 if (!isint1(C)) v = RgV_Rg_mul(v, C); in mfatkininit_i()
7937 v = mkvec3(gen_0, gen_1, RgV_Rg_mul(v,chid));
8111 V = RgV_Rg_mul(V, s); in mfgaexpansionatkin()
8147 v = mfcoefs_i(F, n/w, 1); if (!isint1(chid)) v = RgV_Rg_mul(v,chid); in mfgaexpansion()
10293 v = RgV_Rg_mul(v, gmul(S, rootsof1q_cx(-mu*na, da, prec))); in mfeisensteingacx()
11259 V = RgV_Rg_mul(V, powiu(t,nk)); in mfslashexpansion()
11279 V = RgV_Rg_mul(V, t); in mfslashexpansion()
11841 if (!gequal1(coe)) V = RgV_Rg_mul(V, conj_i(coe)); in mfgaexpansionall()
12079 if (!gequal1(z)) van = RgV_Rg_mul(van, z); in mfgetvan()
[all …]
H A DQfb.c1557 if (i != 1) w = RgV_Rg_mul(w, gel(d,1)); in qfbsolve_all()
H A Dbase5.c750 if (cy) y = RgV_Rg_mul(y, cy); in rnfidealtwoelement()
H A Dlfunutils.c2806 if (!isint1(c)) an = RgV_Rg_mul(an,c); in ldata_vecan()
H A DRgX.c2206 return RgXQV_red(RgV_Rg_mul(v,x), T); in RgXQV_RgXQ_mul()
H A Dbase3.c468 return typ(v) == t_POL? RgX_Rg_mul(v,x): RgV_Rg_mul(v,x); in tablemulvec()
/dports/math/pari/pari-2.13.3/
H A DCHANGES-2.4758 RgV_check_ZV, RgV_neg, RgV_add, RgV_sub, RgV_Rg_mul,
/dports/math/py-cypari2/cypari2-2.1.2/venv/lib/python3.7/site-packages/cypari2/
H A Dparidecl.pxd933 GEN RgV_Rg_mul(GEN x, GEN y)
/dports/math/py-cypari2/cypari2-2.1.2/cypari2/
H A Dparidecl.pxd1072 GEN RgV_Rg_mul(GEN x, GEN y)
/dports/math/pari/pari-2.13.3/src/headers/
H A Dparidecl.h1123 GEN RgV_Rg_mul(GEN x, GEN y);
/dports/math/pari/pari-2.13.3/doc/
H A Dusersch5.tex8936 \fun{GEN}{RgV_Rg_mul}{GEN x, GEN y}