Home
last modified time | relevance | path

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

/dports/math/pari/pari-2.13.3/src/basemath/
H A DF2v.c305 for (i=1; i<=n; i++) { gel(y,i) = zero_F2v(n); F2v_set(gel(y,i),i); } in matid_F2m()
316 F2v_set(V,i); in F2m_row()
419 F2v_set(c, i); in F2m_ker_sp()
420 F2v_set(c, k); in F2m_ker_sp()
434 F2v_set(xk, j); in F2m_ker_sp()
445 F2v_set(C,i); in F2m_ker_sp()
446 F2v_set(C, k); in F2m_ker_sp()
542 F2v_set(u, d[i]); in F2_get_col()
699 F2v_set(gel(z, j), i); in F2w_transpose_F2m()
1059 F2v_set(w, p[i]); in F2v_inflate()
[all …]
H A Dperm.c833 F2v_set(res, p[mael(elts,i,j)]); in groupelts_conj_set()
843 F2v_set(res,mael(elts,i,1)); in groupelts_set()
856 F2v_set(res,mael(elts,i,1)); in group_set()
926 F2v_set(used,b); in groupelts_quotient()
1358 F2v_set(elts,i); in groupelts_center()
1359 F2v_set(elts,j); l--; break; in groupelts_center()
1526 if (cgcd(o, ++c)==1) F2v_set(elts, p[k]); in groupelts_cyclic_subgroups()
H A Dsubfield.c1216 F2v_set(Hset,1); in galoissubfieldcm()
1226 F2v_set(Hset,c2[1]); in galoissubfieldcm()
1244 F2v_set(Hset,ind); in galoissubfieldcm()
1630 F2v_set(w, i); in nfsubfields_fa()
1636 F2v_set(w,j); in nfsubfields_fa()
H A Dqfisom.c432 F2v_set(flag,pt+n+1); in orbitlen()
439 if (!F2v_coeff(flag,im+n+1)) { orb[++len] = im; F2v_set(flag,im+n+1); } in orbitlen()
540 F2v_set(flag,orb[1]+n+1); in stab()
562 F2v_set(flag,im+n+1); in stab()
H A Dsubcyclo.c68 znstar_partial_coset_func(n,H, (void (*)(void *,long)) &F2v_set, in znstar_partial_coset_bits_inplace()
H A Dbase1.c1038 set = zero_F2v(n); F2v_set(set,1); in idealramgroups_aut()
1044 F2v_set(set,j); in idealramgroups_aut()
H A Dlfunutils.c2371 F2v_set(b, h[g[t]]); in galois_get_conj()
/dports/math/pari/pari-2.13.3/src/modules/
H A Dkrasner.c127 { if (i >= 1 && i <= sv[1]) F2v_set(sv, i); } in SetSieveValue()
/dports/math/pari/pari-2.13.3/src/headers/
H A Dpariinl.h533 F2v_ei(long n, long i) { GEN e = zero_F2v(n); F2v_set(e,i); return e; } in F2v_ei()
2533 F2v_set(GEN x,long v) { F2x_set(x,v-1); } in F2v_set() function
2547 F2m_set(GEN x, long a, long b) { F2v_set(gel(x,b), a); } in F2m_set()
H A Dparidecl.h5882 INLINE void F2v_set(GEN x,long v);
/dports/math/py-cypari2/cypari2-2.1.2/venv/lib/python3.7/site-packages/cypari2/
H A Dparidecl.pxd4777 void F2v_set(GEN x, long v)
/dports/math/py-cypari2/cypari2-2.1.2/cypari2/
H A Dparidecl.pxd4937 void F2v_set(GEN x, long v)
/dports/math/pari/pari-2.13.3/doc/
H A Dusersch5.tex4507 \fun{void}{F2v_set}{GEN x, long i} sets the coefficient $i\ge 1$ of $x$ to $1$.