Home
last modified time | relevance | path

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

12

/dports/math/pari/pari-2.13.3/src/functions/polynomials/
H A Dpolcoeff7 (pol, 0):gen:copy constant_coeff($1)
8 (pol, 0,):gen:copy constant_coeff($1)
H A Dpolcoef9 (pol, 0):gen:copy constant_coeff($1)
10 (pol, 0,):gen:copy constant_coeff($1)
/dports/science/hypre/hypre-2.23.0/src/struct_ls/
H A Dred_black_constantcoef_gs.c55 HYPRE_Int constant_coeff= hypre_StructMatrixConstantCoefficient(A); in hypre_RedBlackConstantCoefGS() local
188 if (constant_coeff == 1) in hypre_RedBlackConstantCoefGS()
339 if (constant_coeff == 1) in hypre_RedBlackConstantCoefGS()
/dports/math/pari/pari-2.13.3/src/basemath/
H A DQX_factor.c267 GEN q = constant_coeff(gel(famod,ind[i])); in cmbf()
271 if (!signe(y) || !dvdii(constant_coeff(lcpol), y)) in cmbf()
792 r = negi( constant_coeff(y) ); in DDF_roots()
1439 if (!ZX_is_monic(f) || !is_pm1(constant_coeff(f))) return 0; in poliscycloprod()
H A Dbuch4.c357 if (psquare2nf(nf,constant_coeff(T),pr,zinit)) return 1; in locally_soluble()
363 if (psquarenf(nf,constant_coeff(T),pr,zinit)) return 1; in locally_soluble()
H A DFpE.c1875 if (degpol(j) <= 0) return Fp_elljissupersingular(constant_coeff(j), p); in FpXQ_elljissupersingular()
1890 j_sum = constant_coeff(j_sum); j_prod = constant_coeff(j_prod); in FpXQ_elljissupersingular()
1994 r = Fp_ffellcard(constant_coeff(a4),constant_coeff(a6),q,n,p); in FpXQ_ellcard()
2001 r = FpXQ_ellcardj(a4,a6,constant_coeff(J),T,q,p,n); in FpXQ_ellcard()
H A Dsubfield.c313 if (typ(gel(x,i)) == t_POL) gel(x,i) = constant_coeff(gel(x,i)); in polsimplify()
452 d = constant_coeff(d); in get_bezout()
511 GEN H = gel(deg1,1), a = Fq_neg(constant_coeff(H), T,p); in init_primedata()
738 if (typ(p1) == t_POL) p1 = constant_coeff(p1); in subfield()
H A Dellisog.c349 GEN x0 = gneg(constant_coeff(h)); /* h = x - x0 */ in contrib_weierstrass_pt()
642 if (!only_image && varncmp(vy, gvar(constant_coeff(G))) >= 0) in ellisogeny()
643 pari_err_PRIORITY("ellisogeny", constant_coeff(G), ">=", vy); in ellisogeny()
H A Dpolarit1.c372 long v = pval(*plead,p), v1 = pval(constant_coeff(f),p); in pnormalize()
H A DFpX.c935 long n = itos(modii(constant_coeff(P), p))+1; in FpX_fromNewton()
2258 g = constant_coeff(g); in Fp_FpXQ_log()
2292 return Fp_FpXQ_log(constant_coeff(a),g,ord,s->T,s->p); in _FpXQ_easylog()
H A DFpXQX_factor.c1114 if (degpol(f)==1) return mkcol(constant_coeff(f)); in F2xqX_easyroots()
1263 if (degpol(f)==1) return mkcol(Flx_neg(constant_coeff(f), p)); in FlxqX_easyroots()
1455 if (degpol(f)==1) return mkcol(Fq_to_FpXQ(Fq_neg(constant_coeff(f),T,p),T,p)); in FpXQX_easyroots()
H A DZX.c1078 gel(z,i) = typ(yi)==t_INT? yi: constant_coeff(yi); in ZXX_evalx0()
H A Dpolarit3.c1905 A = constant_coeff(A); in ZXQ_charpoly_sqf()
3227 if (degpol(s)==0 && gequal(constant_coeff(s),g)) { f = gel(F, i); break; } in ffinvmap()
H A Dbase2.c1360 if (phi && dvdii(constant_coeff(chip), S->psc)) in getprime()
1363 if (dvdii(constant_coeff(chip), S->pmf)) in getprime()
H A DFlxX.c1478 long n = Flx_constant(constant_coeff(P))+1; in FlxqX_fromNewton()
H A Dpolmodular.c2004 J = constant_coeff(J); in polmodular()
H A Dpolarit2.c3348 if (dQ <= 1) return caract_const(av, constant_coeff(x), v, 1); in rnfcharpoly()
/dports/math/pari/pari-2.13.3/src/headers/
H A Dpariold.h49 #define constant_term constant_coeff
H A Dpariinl.h2120 constant_coeff(GEN x) { return signe(x)? gel(x,2): gen_0; } in constant_coeff() function
/dports/math/gp2c/gp2c-0.0.12/desc/
H A Dfunc211.dsc13448 constant_coeff(${1 code})
13455 constant_coeff(${1 code})
13494 constant_coeff(${1 code})
13501 constant_coeff(${1 code})
H A Dfunc213.dsc14366 constant_coeff(${1 code})
14373 constant_coeff(${1 code})
14412 constant_coeff(${1 code})
14419 constant_coeff(${1 code})
H A Dfunc29.dsc12049 constant_coeff(${1 code})
12056 constant_coeff(${1 code})
/dports/math/pari/pari-2.13.3/src/language/
H A Dintnum.c2144 GEN N, n, D = gel(R,2), d = constant_coeff(D); in rfrac_eval0()
2147 n = typ(N)==t_POL? constant_coeff(N): N; in rfrac_eval0()
/dports/math/pari/pari-2.13.3/
H A DCHANGES-2.8747 70- rename leading_term -> leading_coeff, constant_term -> constant_coeff
H A DCOMPAT306 - rename leading_term -> leading_coeff, constant_term -> constant_coeff

12