Home
last modified time | relevance | path

Searched refs:lgctx (Results 1 – 20 of 20) sorted by relevance

/dports/math/flint2/flint-2.8.4/nmod_mpoly/
H A Dgcd_zippel2.c1223 fq_nmod_mpoly_ctx_t lgctx; in nmod_mpolyl_gcd_zippel_lgprime() local
2141 fq_nmod_mpoly_clear(qT, lgctx); in nmod_mpolyl_gcd_zippel_lgprime()
2142 fq_nmod_mpoly_clear(qG, lgctx); in nmod_mpolyl_gcd_zippel_lgprime()
2143 fq_nmod_mpoly_clear(qAbar, lgctx); in nmod_mpolyl_gcd_zippel_lgprime()
2144 fq_nmod_mpoly_clear(qBbar, lgctx); in nmod_mpolyl_gcd_zippel_lgprime()
2145 fq_nmod_mpoly_clear(qrG, lgctx); in nmod_mpolyl_gcd_zippel_lgprime()
2146 fq_nmod_mpoly_clear(qrAbar, lgctx); in nmod_mpolyl_gcd_zippel_lgprime()
2147 fq_nmod_mpoly_clear(qrBbar, lgctx); in nmod_mpolyl_gcd_zippel_lgprime()
2148 fq_nmod_mpolyn_clear(qTn, lgctx); in nmod_mpolyl_gcd_zippel_lgprime()
2149 fq_nmod_mpolyn_clear(qGn, lgctx); in nmod_mpolyl_gcd_zippel_lgprime()
[all …]
H A Dgcd.c243 const fq_nmod_ctx_t lgctx) in nmod_mpoly_evals_lgprime() argument
245 slong d = fq_nmod_ctx_degree(lgctx); in nmod_mpoly_evals_lgprime()
271 caches + 3*j + 1, caches + 3*j + 2, lgctx); in nmod_mpoly_evals_lgprime()
597 fq_nmod_mpoly_ctx_t lgctx; in _set_estimates_lgprime() local
604 fq_nmod_mpoly_ctx_init_deg(lgctx, nvars, ORD_LEX, smctx->mod.n, d); in _set_estimates_lgprime()
614 fq_nmod_init(alpha + j, lgctx->fqctx); in _set_estimates_lgprime()
648 fq_nmod_rand_not_zero(alpha + j, state, lgctx->fqctx); in _set_estimates_lgprime()
663 fq_nmod_mpoly_ctx_change_modulus(lgctx, d); in _set_estimates_lgprime()
667 n_fq_poly_gcd(Geval, Aevals + j, Bevals + j, lgctx->fqctx); in _set_estimates_lgprime()
684 fq_nmod_clear(alpha + j, lgctx->fqctx); in _set_estimates_lgprime()
[all …]
/dports/math/flint2/flint-2.8.4/fq_nmod_mpoly/
H A Dgcd_zippel2.c1434 fq_nmod_mpoly_ctx_t lgctx; in fq_nmod_mpolyl_gcd_zippel_lgprime() local
1520 lgd = fq_nmod_ctx_degree(lgctx->fqctx); in fq_nmod_mpolyl_gcd_zippel_lgprime()
1523 fq_nmod_init(start_alpha, lgctx->fqctx); in fq_nmod_mpolyl_gcd_zippel_lgprime()
1562 } while (fq_nmod_ctx_degree(lgctx->fqctx) <= lgd); in fq_nmod_mpolyl_gcd_zippel_lgprime()
1564 lgd = fq_nmod_ctx_degree(lgctx->fqctx); in fq_nmod_mpolyl_gcd_zippel_lgprime()
1578 lgd = fq_nmod_ctx_degree(lgctx->fqctx); in fq_nmod_mpolyl_gcd_zippel_lgprime()
1592 if (fq_nmod_mpoly_is_zero(gammaevals + i, lgctx)) in fq_nmod_mpolyl_gcd_zippel_lgprime()
1662 lgd = fq_nmod_ctx_degree(lgctx->fqctx); in fq_nmod_mpolyl_gcd_zippel_lgprime()
1771 n_fq_poly_one(modulus, lgctx->fqctx); in fq_nmod_mpolyl_gcd_zippel_lgprime()
1904 n_fq_poly_one(modulus, lgctx->fqctx); in fq_nmod_mpolyl_gcd_zippel_lgprime()
[all …]
H A Dfq_nmod_embed.c83 fq_nmod_clear(emb->x_lg, emb->lgctx); in bad_fq_nmod_embed_clear()
171 cur->lgctx = bigctx; in bad_fq_nmod_embed_array_init()
242 cur->lgctx = bigctx; in bad_fq_nmod_embed_array_init()
364 fq_nmod_init(in_, emb->lgctx); in bad_n_fq_embed_lg_to_sm()
375 fq_nmod_clear(in_, emb->lgctx); in bad_n_fq_embed_lg_to_sm()
493 fq_nmod_init(t1, emb->lgctx); in bad_fq_nmod_embed_sm_to_lg()
494 fq_nmod_init(t2, emb->lgctx); in bad_fq_nmod_embed_sm_to_lg()
496 fq_nmod_zero(out, emb->lgctx); in bad_fq_nmod_embed_sm_to_lg()
500 fq_nmod_zero(t1, emb->lgctx); in bad_fq_nmod_embed_sm_to_lg()
511 fq_nmod_clear(t1, emb->lgctx); in bad_fq_nmod_embed_sm_to_lg()
[all …]
H A Dinterp.c287 const fq_nmod_mpoly_ctx_t lgctx) in nmod_mpolyn_interp_lift_lg_bpoly() argument
289 slong lgd = fq_nmod_ctx_degree(lgctx->fqctx); in nmod_mpolyn_interp_lift_lg_bpoly()
330 const fq_nmod_mpoly_ctx_t lgctx) in nmod_mpolyn_interp_crt_lg_bpoly() argument
332 slong lgd = fq_nmod_ctx_degree(lgctx->fqctx); in nmod_mpolyn_interp_crt_lg_bpoly()
354 n_fq_inv(inv_m_eval, u, lgctx->fqctx); in nmod_mpolyn_interp_crt_lg_bpoly()
1176 const fq_nmod_mpoly_ctx_t lgctx) in nmod_mpolyn_interp_mcrt_lg_mpoly() argument
2333 const fq_nmod_mpoly_ctx_t lgctx, in fq_nmod_mpolyn_interp_lift_lg_bpoly() argument
2336 slong lgd = fq_nmod_ctx_degree(lgctx->fqctx); in fq_nmod_mpolyn_interp_lift_lg_bpoly()
2377 const fq_nmod_mpoly_ctx_t lgctx, in fq_nmod_mpolyn_interp_crt_lg_bpoly() argument
2380 slong lgd = fq_nmod_ctx_degree(lgctx->fqctx); in fq_nmod_mpolyn_interp_crt_lg_bpoly()
[all …]
H A Dgcd.c140 const fq_nmod_mpoly_ctx_t lgctx, in fq_nmod_mpoly_evals_lgprime() argument
144 slong lgd = fq_nmod_ctx_degree(lgctx->fqctx); in fq_nmod_mpoly_evals_lgprime()
372 fq_nmod_mpoly_ctx_t lgctx; in mpoly_gcd_info_set_estimates_fq_nmod_mpoly_lgprime() local
388 fq_nmod_init(alpha + j, lgctx->fqctx); in mpoly_gcd_info_set_estimates_fq_nmod_mpoly_lgprime()
426 fq_nmod_rand(alpha + j, state, lgctx->fqctx); in mpoly_gcd_info_set_estimates_fq_nmod_mpoly_lgprime()
427 if (fq_nmod_is_zero(alpha + j, lgctx->fqctx)) in mpoly_gcd_info_set_estimates_fq_nmod_mpoly_lgprime()
428 fq_nmod_one(alpha + j, lgctx->fqctx); in mpoly_gcd_info_set_estimates_fq_nmod_mpoly_lgprime()
446 slong lgd = fq_nmod_ctx_degree(lgctx->fqctx); in mpoly_gcd_info_set_estimates_fq_nmod_mpoly_lgprime()
455 n_fq_poly_gcd(Geval, Aevals + j, Bevals + j, lgctx->fqctx); in mpoly_gcd_info_set_estimates_fq_nmod_mpoly_lgprime()
469 fq_nmod_clear(alpha + j, lgctx->fqctx); in mpoly_gcd_info_set_estimates_fq_nmod_mpoly_lgprime()
[all …]
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/upstream/antic/fq_nmod_mpoly/
H A Dfq_nmod_embed.c80 fq_nmod_clear(emb->theta_lg, emb->lgctx); in bad_fq_nmod_embed_clear()
81 fq_nmod_clear(emb->x_lg, emb->lgctx); in bad_fq_nmod_embed_clear()
122 cur->lgctx = bigctx; in bad_fq_nmod_embed_array_init()
185 cur->lgctx = bigctx; in bad_fq_nmod_embed_array_init()
288 fq_nmod_init(t1, emb->lgctx); in bad_fq_nmod_embed_sm_to_lg()
289 fq_nmod_init(t2, emb->lgctx); in bad_fq_nmod_embed_sm_to_lg()
291 fq_nmod_zero(out, emb->lgctx); in bad_fq_nmod_embed_sm_to_lg()
295 fq_nmod_zero(t1, emb->lgctx); in bad_fq_nmod_embed_sm_to_lg()
303 fq_nmod_mul(t1, t1, t2, emb->lgctx); in bad_fq_nmod_embed_sm_to_lg()
306 fq_nmod_clear(t1, emb->lgctx); in bad_fq_nmod_embed_sm_to_lg()
[all …]
/dports/math/e-antic/flint2-ae7ec89/fq_nmod_mpoly/
H A Dfq_nmod_embed.c80 fq_nmod_clear(emb->theta_lg, emb->lgctx); in bad_fq_nmod_embed_clear()
81 fq_nmod_clear(emb->x_lg, emb->lgctx); in bad_fq_nmod_embed_clear()
122 cur->lgctx = bigctx; in bad_fq_nmod_embed_array_init()
185 cur->lgctx = bigctx; in bad_fq_nmod_embed_array_init()
288 fq_nmod_init(t1, emb->lgctx); in bad_fq_nmod_embed_sm_to_lg()
289 fq_nmod_init(t2, emb->lgctx); in bad_fq_nmod_embed_sm_to_lg()
291 fq_nmod_zero(out, emb->lgctx); in bad_fq_nmod_embed_sm_to_lg()
295 fq_nmod_zero(t1, emb->lgctx); in bad_fq_nmod_embed_sm_to_lg()
303 fq_nmod_mul(t1, t1, t2, emb->lgctx); in bad_fq_nmod_embed_sm_to_lg()
306 fq_nmod_clear(t1, emb->lgctx); in bad_fq_nmod_embed_sm_to_lg()
[all …]
/dports/science/PETSc/petsc-3.14.1/src/ts/utils/
H A Ddmdats.c399 if (rayctx->lgctx) {ierr = TSMonitorLGCtxDestroy(&rayctx->lgctx);CHKERRQ(ierr);} in TSMonitorDMDARayDestroy()
426 TSMonitorLGCtx lgctx = (TSMonitorLGCtx) rayctx->lgctx; in TSMonitorLGDMDARay() local
438 ierr = PetscDrawLGGetAxis(lgctx->lg, &axis);CHKERRQ(ierr); in TSMonitorLGDMDARay()
441 ierr = PetscDrawLGSetDimension(lgctx->lg, dim);CHKERRQ(ierr); in TSMonitorLGDMDARay()
442 ierr = PetscDrawLGReset(lgctx->lg);CHKERRQ(ierr); in TSMonitorLGDMDARay()
452 ierr = PetscDrawLGAddCommonPoint(lgctx->lg, ptime, areal);CHKERRQ(ierr); in TSMonitorLGDMDARay()
456 ierr = PetscDrawLGAddCommonPoint(lgctx->lg, ptime, a);CHKERRQ(ierr); in TSMonitorLGDMDARay()
459 …if (((lgctx->howoften > 0) && (!(step % lgctx->howoften))) || ((lgctx->howoften == -1) && ts->reas… in TSMonitorLGDMDARay()
460 ierr = PetscDrawLGDraw(lgctx->lg);CHKERRQ(ierr); in TSMonitorLGDMDARay()
461 ierr = PetscDrawLGSave(lgctx->lg);CHKERRQ(ierr); in TSMonitorLGDMDARay()
/dports/science/PETSc/petsc-3.14.1/src/ksp/ksp/interface/ftn-custom/
H A Dzxonf.c15 char* label,int *x,int *y,int *m,int *n,PetscDrawLG *lgctx, in kspmonitorlgresidualnormcreate_() argument
22 *ierr = KSPMonitorLGResidualNormCreate(MPI_Comm_f2c(*comm),t1,t2,*x,*y,*m,*n,lgctx); in kspmonitorlgresidualnormcreate_()
/dports/science/PETSc/petsc-3.14.1/src/ksp/ksp/interface/
H A Dxmon.c32 …eate(MPI_Comm comm,const char host[],const char label[],int x,int y,int m,int n,PetscDrawLG *lgctx) in KSPMonitorLGResidualNormCreate() argument
47 *lgctx = lg; in KSPMonitorLGResidualNormCreate()
170 …eate(MPI_Comm comm,const char host[],const char label[],int x,int y,int m,int n,PetscDrawLG *lgctx) in KSPMonitorLGTrueResidualNormCreate() argument
187 *lgctx = lg; in KSPMonitorLGTrueResidualNormCreate()
/dports/math/flint2/flint-2.8.4/fq_nmod_mpoly_factor/
H A Dn_bpoly_fq_factor_lgprime.c22 fq_nmod_poly_fit_length(E, B->length, emb->lgctx); in n_fq_bpoly_eval_sm_to_lg()
26 _fq_nmod_poly_normalise(E, emb->lgctx); in n_fq_bpoly_eval_sm_to_lg()
35 slong lgd = fq_nmod_ctx_degree(emb->lgctx); in n_fq_bpoly_set_n_fq_poly_gen0_lg_to_sm()
417 n_fq_poly_set_fq_nmod_poly(V + i, local_facs + i, emb->lgctx); in _hensel_build_tree()
451 n_fq_poly_mul(V + i, V + j, V + j + 1, emb->lgctx); in _hensel_build_tree()
457 n_fq_poly_xgcd(d, W + j, W + j + 1, V + j, V + j + 1, emb->lgctx); in _hensel_build_tree()
458 FLINT_ASSERT(n_fq_poly_is_one(d, emb->lgctx)); in _hensel_build_tree()
/dports/math/flint2/flint-2.8.4/
H A Dfq_nmod_mpoly.h147 const fq_nmod_ctx_struct * lgctx; /* modulus is g */ member
1447 const fq_nmod_mpoly_ctx_t lgctx);
1451 n_fq_bpoly_t A, const fq_nmod_mpoly_ctx_t lgctx);
1490 const fq_nmod_mpoly_ctx_t lgctx);
1547 const fq_nmod_mpoly_ctx_t lgctx, const bad_fq_nmod_embed_t emb);
1552 const fq_nmod_mpoly_ctx_t lgctx, const bad_fq_nmod_embed_t emb);
/dports/science/PETSc/petsc-3.14.1/include/
H A Dpetscts.h586 TSMonitorLGCtx lgctx; member
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/upstream/antic/
H A Dfq_nmod_mpoly.h185 const fq_nmod_ctx_struct * lgctx; /* modulus is g */ member
/dports/math/e-antic/flint2-ae7ec89/
H A Dfq_nmod_mpoly.h185 const fq_nmod_ctx_struct * lgctx; /* modulus is g */ member
/dports/science/PETSc/petsc-3.14.1/src/snes/interface/
H A Dsnes.c3801 …eate(MPI_Comm comm,const char host[],const char label[],int x,int y,int m,int n,PetscDrawLG *lgctx) in SNESMonitorLGCreate() argument
3806 ierr = KSPMonitorLGResidualNormCreate(comm,host,label,x,y,m,n,lgctx);CHKERRQ(ierr); in SNESMonitorLGCreate()
/dports/science/PETSc/petsc-3.14.1/src/ts/interface/
H A Dts.c371 rayctx->lgctx = NULL; in TSSetFromOptions()
392 …PETSC_COMM_SELF,NULL,NULL,PETSC_DECIDE,PETSC_DECIDE,600,400,howoften,&rayctx->lgctx);CHKERRQ(ierr); in TSSetFromOptions()
/dports/science/PETSc/petsc-3.14.1/
H A DTAGS6732 TSMonitorLGCtx lgctx;586,31239
H A DCTAGS10900 …m,const char host[],const char label[],int x,int y,int m,int n,PetscDrawLG *lgctx)$/;" f language:C
10902 …m,const char host[],const char label[],int x,int y,int m,int n,PetscDrawLG *lgctx)$/;" f language:C
29338 …m,const char host[],const char label[],int x,int y,int m,int n,PetscDrawLG *lgctx)$/;" f language:C
48021 lgctx include/petscts.h /^ TSMonitorLGCtx lgctx;$/;" m language:C++ struct:__anon110