Home
last modified time | relevance | path

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

/dports/math/pari/pari-2.13.3/src/basemath/
H A Dqfsolve.c885 if (r < s) { G = ZM_neg(G); signG = mkvecsmall2(s,r); } in qfsolve_i()
982 GEN t = qflocalinvariants(ZM_neg(G1),P); in qfsolve_i()
1006 G2 = shallowmatconcat(diagonal_shallow(mkvec2(G1,ZM_neg(Q)))); in qfsolve_i()
H A Dmsfarey.c33 if (sd < 0 || (!sd && signe(gcoeff(M,1,2)) < 0)) M = ZM_neg(M); in normalise()
H A Dbnfunits.c197 *pA = shallowconcat(H, ZM_neg(ZM_mul(H,B))); /* top inverse * den */ in bnfsunit_i()
H A DZV.c951 if (is_pm1(c)) return (signe(c) > 0)? ZM_copy(X): ZM_neg(X); in ZM_Z_mul()
1104 ZM_neg(GEN x) in ZM_neg() function
H A Dmodsym.c1046 M = ZM_neg(M); in Gamma0N_decompose()
1050 if (signe(C) < 0) M = ZM_neg(M); in Gamma0N_decompose()
H A Dalglin1.c3196 if (gsigne(d) < 0) { d = gneg(d); Hl = ZM_neg(Hl); } in ZM_inv_i()
3337 B = vconcat(ZM_mul(ZM_neg(A1i), B), scalarmat_shallow(d, lg(B)-1)); in ZM_ker_i()
H A Dbuch3.c505 h = shallowconcat(vconcat(diagonal_shallow(cyc0), ZM_neg(L)), in Buchraymod_i()
H A Dbase3.c2411 mu = RgM_Rg_add_shallow(ZM_neg(mv), gen_1); in zkchinese1init2()
/dports/math/pari/pari-2.13.3/
H A DCHANGES-2.4732 ZC_ZV_mul, ZM_is_identity, ZM_copy, ZM_neg, ZM_add, ZM_mul, ZM_pow
/dports/math/py-cypari2/cypari2-2.1.2/venv/lib/python3.7/site-packages/cypari2/
H A Dparidecl.pxd1126 GEN ZM_neg(GEN x)
/dports/math/py-cypari2/cypari2-2.1.2/cypari2/
H A Dparidecl.pxd1264 GEN ZM_neg(GEN x)
/dports/math/pari/pari-2.13.3/src/headers/
H A Dparidecl.h1352 GEN ZM_neg(GEN x);
/dports/math/pari/pari-2.13.3/doc/
H A Dusersch5.tex8590 \fun{GEN}{ZM_neg}{GEN x} returns $-\kbd{x}$.