Home
last modified time | relevance | path

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

/dports/math/pari/pari-2.13.3/src/basemath/
H A DRgV.c395 RgC_add(GEN x, GEN y) { return RgC_add_i(x, y, lg(x)); } in RgC_add() function
H A Dbase3.c232 { z = (typ(y) == t_COL)? RgC_add(x, y): RgC_Rg_add(x, y); } in nfadd()
1422 A = A? RgC_add(A, a): a; in famat_logembed()
1681 x = typ(x) == t_COL? RgC_add(t, x): RgC_Rg_add(t, x); in nfsetsigns()
H A Dmodsym.c2135 s = s? RgC_add(s, t): t; in dense_act_col()
2154 s = s? RgC_add(s, t): t; in sparse_act_col()
2227 T0 = T0? RgC_add(T0, z): z; /* += mu_{i,j} Phi_{i,j} (G_s) */ in getMorphism_basis()
H A Dbase2.c3749 x = RgC_add(nfC_nf_mul(nf, c1, x), nfC_nf_mul(nf, c2, y)); in rnfsteinitz()
3750 y = RgC_add(nfC_nf_mul(nf, c1, z), nfC_nf_mul(nf, c2, t)); in rnfsteinitz()
H A Dbuch2.c1589 add(GEN a, GEN t) { return a = a? RgC_add(a,t): t; } in add()
1674 col = RgC_add(col, RgM_RgC_mul(logfu, u)); in isprincipalarch()
H A Dbase5.c1303 return RgC_to_nfC(nf, RgC_add(A, nfC_nf_mul(nf,B,v))); in colcomb1()
H A Dhnf_snf.c780 if (a) p2 = b? RgC_add(a,b): a; in update()
H A Dgen1.c1022 return RgC_add(x,y); in gadd()
H A Dmftrace.c4619 if (C && j % p == 0) t = RgC_add(t, RgC_Rg_mul(gel(V, perm[j/p]),C)); in mfnewmathecke_p()
/dports/math/pari/pari-2.13.3/src/modules/
H A Dthue.c1068 if (iroot <= r) Delta = RgC_add(Delta, RgC_Rg_mul(gel(A,iroot), stoi(-n))); in LargeSols()
H A Dalgebras.c1869 res = res? RgC_add(res,t): t; in _tablemul()
1906 res = res? RgC_add(res,t): t; in _tablemul_ej()
/dports/math/pari/pari-2.13.3/
H A DCHANGES-2.4759 RgC_neg, RgC_add, RgC_sub, RgC_Rg_div, RgC_Rg_mul,
/dports/math/py-cypari2/cypari2-2.1.2/venv/lib/python3.7/site-packages/cypari2/
H A Dparidecl.pxd901 GEN RgC_add(GEN x, GEN y)
/dports/math/py-cypari2/cypari2-2.1.2/cypari2/
H A Dparidecl.pxd1037 GEN RgC_add(GEN x, GEN y)
/dports/math/pari/pari-2.13.3/src/headers/
H A Dparidecl.h1088 GEN RgC_add(GEN x, GEN y);
/dports/math/pari/pari-2.13.3/doc/
H A Dusersch5.tex8891 \fun{GEN}{RgC_add}{GEN x, GEN y} returns $x + y$ as a \typ{COL}.