Home
last modified time | relevance | path

Searched refs:rnf_get_degree (Results 1 – 10 of 10) sorted by relevance

/dports/math/pari/pari-2.13.3/src/modules/
H A Dalgebras.c219 return rnf_get_degree(alg_get_splittingfield(al)); in alg_get_degree()
3392 long f,g,frob, n = rnf_get_degree(rnf); in cyclicrelfrob()
3418 n = rnf_get_degree(rnf); in localhasse()
3450 long n = rnf_get_degree(rnf), i; in allauts()
3527 long n = rnf_get_degree(rnf); in computecnd()
3635 n = rnf_get_degree(rnf); in testsplits()
3686 n = rnf_get_degree(rnf); in alg_complete0()
3756 long n = rnf_get_degree(rnf); in alg_complete()
3843 d = rnf_get_degree(rnf); in rnfcycaut()
4084 n = rnf_get_degree(rnf); in algcomputehasse()
[all …]
/dports/math/pari/pari-2.13.3/src/basemath/
H A Dbnflog.c231 lk = rnf_get_degree(rnf); in rnfislocalcyclo()
H A Dbase5.c537 gel(z,1) = matid(rnf_get_degree(rnf)); in rnfidealhnf()
631 n = rnf_get_degree(rnf); in rnfidealabstorel()
688 n = rnf_get_degree(rnf); in rnfidealup()
H A Dbase3.c165 : gmulgs(x, rnf_get_degree(rnf)); in rnfelttrace()
215 : gpowgs(x, rnf_get_degree(rnf)); in rnfeltnorm()
1251 if (lg(x)-1 != rnf_get_degree(rnf)) pari_err_DIM(f); in rnfalgtobasis()
1270 return gerepileupto(av, scalarcol(x, rnf_get_degree(rnf))); in rnfalgtobasis()
H A Dkummer.c1164 spk = sp * rnf_get_degree(rnf); in bnrclassfield_tower()
/dports/math/pari/pari-2.13.3/src/headers/
H A Dpariinl.h2950 rnf_get_degree(GEN rnf) { return degpol(rnf_get_pol(rnf)); } in rnf_get_degree() function
H A Dparidecl.h5750 INLINE long rnf_get_degree(GEN rnf);
/dports/math/pari/pari-2.13.3/doc/
H A Dusersch6.tex343 \fun{long}{rnf_get_degree}{GEN rnf} returns the \emph{relative} degree
/dports/math/py-cypari2/cypari2-2.1.2/venv/lib/python3.7/site-packages/cypari2/
H A Dparidecl.pxd4665 long rnf_get_degree(GEN rnf)
/dports/math/py-cypari2/cypari2-2.1.2/cypari2/
H A Dparidecl.pxd4825 long rnf_get_degree(GEN rnf)