Home
last modified time | relevance | path

Searched refs:nfproj (Results 1 – 3 of 3) sorted by relevance

/dports/science/quantum-espresso/q-e-qe-6.7.0/upflib/
H A Dhgh2qe.f90309 nsproj=0;npproj=0;ndproj=0;nfproj=0;jproj=0
321 nfproj=nfproj+1
322 jproj=nfproj
357 nsproj=0;npproj=0;ndproj=0;nfproj=0
369 nfproj=nfproj+1
370 write(label,'(i1,a1)')nfproj,'F'
/dports/math/p5-Math-Pari/pari-2.3.5/src/basemath/
H A Dbase2.c2317 GEN res, tau, mul, x, p, T, pow, ffproj, nfproj, prh, c; in modprinit() local
2407 nfproj = cgetg(f+1, t_MAT); in modprinit()
2408 for (i=1; i<=f; i++) gel(nfproj,i) = lift_to_zk(gel(pow,i), c, N); in modprinit()
2409 nfproj = coltoliftalg(nf, nfproj); in modprinit()
2419 gel(res,mpr_NFP) = nfproj; return gerepilecopy(av, res); in modprinit()
/dports/math/pari/pari-2.13.3/src/basemath/
H A Dbase2.c2412 GEN res, tau, mul, x, p, T, pow, ffproj, nfproj, prh, c; in modprinit() local
2516 nfproj = cgetg(f+1, t_MAT); in modprinit()
2517 for (i=1; i<=f; i++) gel(nfproj,i) = lift_to_zk(gel(pow,i), c, N); in modprinit()
2527 gel(res,mpr_NFP) = nfproj; return gerepilecopy(av, res); in modprinit()