Home
last modified time | relevance | path

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

/dports/math/pari/pari-2.13.3/src/functions/member_functions/
H A Dindex7 (nf):int:copy nf_get_index($1)
/dports/math/pari/pari-2.13.3/src/basemath/
H A Dnffactor.c276 g = nfgcd(x, y, T, nf? nf_get_index(nf): NULL); in nfissquarefree()
420 bad = nf_get_index(*pnf); in get_nfsqff_data()
1727 GEN nfpol = nf_get_pol(nf), bad = mulii(nf_get_disc(nf), nf_get_index(nf)); in nf_pick_prime()
1892 if (typ(nf) != t_POL) den = mulii(den, nf_get_index(nf)); in nfsqff()
2102 index = nf ? nf_get_index(nf): gen_1; in nfrootsof1()
H A Delltors.c251 GEN r, T, f = nf_get_index(K); in primedec_deg1()
H A Dkummer.c454 GEN badz = lcmii(get_badbnf(bnfz), nf_get_index(bnf_get_nf(bnfz))); in get_prlist()
694 B = nf_get_index(nf); /* bad primes; from 1 to ru are LIMC-units */ in kervirtualunit()
H A Dbuch3.c1217 if (!is_pm1(nf_get_index(nf))) in bnfcertify0()
1752 index = nf_get_index(nf); in rnfnormgroup_i()
1818 GEN z, T = nf_get_pol(nf), D = nf_get_disc(nf), f = nf_get_index(nf); in nf_deg1_prime()
H A Dbuch2.c444 index = nf_get_index(nf); in cache_prime_dec()
1060 GEN f = nf_get_index(nf), T = nf_get_pol(nf), invzk = nf_get_invzk(nf); in chinese_unit()
1186 GEN X, dX, Y, U, f = nf_get_index(nf); in vec_chinese_unit()
H A Dlfunutils.c1012 GEN vect, c, c2, T = nf_get_pol(nf), index = nf_get_index(nf); in dirzetak0()
2530 if (!dvdii(nf_get_index(nf), p)) in dirartin()
H A Dbase4.c161 GEN u, D = nf_get_disc(nf), T = nf_get_pol(nf), f = nf_get_index(nf); in idealhnf_shallow()
1952 if (!dvdii(nf_get_index(nf), p) && in idealismaximal_int()
H A Dsubfield.c824 PD->dis = mulii(absi_shallow(nf_get_disc(nf)), sqri(nf_get_index(nf))); in subfields_poldata()
H A Dbase2.c2165 if ( !dvdii(nf_get_index(nf),p) ) /* p doesn't divide index */ in primedec_aux()
2441 if (! dvdii(nf_get_index(nf), p)) in modprinit()
H A Dbase5.c1251 (void)nfgcd_all(newpol, RgX_deriv(newpol), nfpol, nf_get_index(nf), &newpol); in rnfpolred()
H A Dbase1.c1931 S->index = nf_get_index(nf); in nfinit_basic()
/dports/math/pari/pari-2.13.3/src/language/
H A Dmembers.c243 return nf_get_index(y); in member_index()
/dports/math/pari/pari-2.13.3/src/modules/
H A Dthue.c1641 GEN nf = checknf(bnf), T = nf_get_pol(nf), f = nf_get_index(nf), unit = NULL; in bnfisintnorm_i()
/dports/math/gp2c/gp2c-0.0.12/desc/
H A Dfunc25.dsc1950 nf_get_index(${1 code})
H A Dfunc27.dsc2110 nf_get_index(${1 code})
H A Dfunc29.dsc2374 nf_get_index(${1 code})
H A Dfunc211.dsc2391 nf_get_index(${1 code})
H A Dfunc213.dsc2405 nf_get_index(${1 code})
/dports/math/pari/pari-2.13.3/src/headers/
H A Dpariinl.h2759 nf_get_index(GEN nf) { return gel(nf,4); } in nf_get_index() function
H A Dparidecl.h5728 INLINE GEN nf_get_index(GEN nf);
/dports/math/pari/pari-2.13.3/
H A DCHANGES-2.4797 nf_get_Tr, nf_get_TrInv, nf_get_disc, nf_get_index, nf_get_pol, nf_get_zk
/dports/math/pari/pari-2.13.3/doc/
H A Dusersch6.tex171 \fun{GEN}{nf_get_index}{GEN nf} returns the index of $T$, i.e. the index of
/dports/math/py-cypari2/cypari2-2.1.2/venv/lib/python3.7/site-packages/cypari2/
H A Dparidecl.pxd4643 GEN nf_get_index(GEN nf)
/dports/math/py-cypari2/cypari2-2.1.2/cypari2/
H A Dparidecl.pxd4803 GEN nf_get_index(GEN nf)