Home
last modified time | relevance | path

Searched refs:bcoef (Results 1 – 25 of 72) sorted by relevance

123

/dports/audio/guitarix-lv2/guitarix-0.43.1/tools/ampsim/tensbs/
H A Dtensbs.pyf38 integer optional,check(shape(bcoef,0)==nx),depend(bcoef) :: nx=shape(bcoef,0)
39 integer optional,check(shape(bcoef,1)==ny),depend(bcoef) :: ny=shape(bcoef,1)
42 real dimension(nx,ny) :: bcoef
76 integer optional,check(shape(bcoef,0)==nx),depend(bcoef) :: nx=shape(bcoef,0)
77 integer optional,check(shape(bcoef,1)==ny),depend(bcoef) :: ny=shape(bcoef,1)
78 integer optional,check(shape(bcoef,2)==nz),depend(bcoef) :: nz=shape(bcoef,2)
82 real dimension(nx,ny,nz) :: bcoef
124 integer optional,check(shape(bcoef,0)==nx),depend(bcoef) :: nx=shape(bcoef,0)
125 integer optional,check(shape(bcoef,1)==ny),depend(bcoef) :: ny=shape(bcoef,1)
126 integer optional,check(shape(bcoef,2)==nz),depend(bcoef) :: nz=shape(bcoef,2)
[all …]
/dports/finance/R-cran-fBasics/fBasics/R/
H A Dstats-sampleLmoments.R46 bcoef <- array(, c(rmax, n)) functionVar
49 bcoef[1, ] <- seq(0, 1, by = (1/(n-1)))
50 bcoefm[1, , ] <- t(array(rep(bcoef[1, ], p), c(n, p)))
57 bcoef[r, ]<-bcoef[r-1,]*seq((-(r-1)/(n-r)),1, by = (1/(n-r)))
58 bcoefm[r, , ]<-t(array(rep(bcoef[r,],p),c(n, p)))
/dports/science/quantum-espresso/q-e-qe-6.7.0/Modules/
H A Dbspline.f90209 work(jj) = bcoef(ik)
222 bcoef(ix) = xdata(ix)
290 work(ik) = bcoef(leftx+ik-kx)
295 work(kx) = bcoef(leftx)
374 work(ik) = bcoef(leftx+ik-kx)
379 work(kx) = bcoef(leftx)
660 work(kx) = bcoef(leftx)
845 bcoef(j,i) = work2(i)
1053 & nx,ny,bcoef,val,ldf, ierr) argument
1369 & bcoef,nx,ny,nz, ierr) argument
[all …]
/dports/science/dalton/dalton-66052b3af5ea7225e31178bf9a8b031913c72190/external/gen1int/tools/
H A DNumGeomDeriv.py173 bcoef = 1
177 bcoef = bcoef*i/(n_inc-i)
180 bcoef = bcoef*i/(n_inc-i)
181 return bcoef
/dports/math/R/R-4.1.2/src/library/stats/src/
H A Dbvalue.f1 double precision function bvalue(t,bcoef,n,k,x,jderiv)
60 DOUBLE precision t(*),bcoef(n),x
101 bvalue = bcoef(i)
149 aj(jc) = bcoef(imk + jc)
/dports/math/libRmath/R-4.1.1/src/library/stats/src/
H A Dbvalue.f1 double precision function bvalue(t,bcoef,n,k,x,jderiv)
60 DOUBLE precision t(*),bcoef(n),x
101 bvalue = bcoef(i)
149 aj(jc) = bcoef(imk + jc)
/dports/science/siconos/siconos-4.4.0/externals/netlib/odepack/test/
H A DDLSODPK-test.f84 1 ax, ay, acoef, bcoef, dx, dy, alph, diff, cox, coy, variable
92 common /pcom1/ ax, ay, acoef(20,20), bcoef(20), dx, dy, alph, local
271 1 ax, ay, acoef, bcoef, dx, dy, alph, diff, cox, coy local
294 bcoef(j) = bb
295 bcoef(np+j) = -bb
342 double precision ax,ay,acoef,bcoef,dx,dy,alph,diff,cox,coy local
404 double precision ax,ay,acoef,bcoef,dx,dy,alph,diff,cox,coy local
452 double precision ax,ay,acoef,bcoef,dx,dy,alph,diff,cox,coy local
464 20 rate(i) = c(i)*(bcoef(i)*fac + rate(i))
576 double precision ax,ay,acoef,bcoef,dx,dy,alph,diff,cox,coy local
[all …]
/dports/science/nwchem-data/nwchem-7.0.2-release/src/NWints/hondo/
H A Dhnd_giahnd.F2 & bxyz,bprim,bcoef,b_prim,b_gen,lb,
30 double precision bxyz(3), bprim(a_prim), bcoef(b_prim,b_gen)
49 & bxyz,bprim,bcoef,b_prim,b_gen,lb,
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/NWints/hondo/
H A Dhnd_giahnd.F2 & bxyz,bprim,bcoef,b_prim,b_gen,lb, argument
30 double precision bxyz(3), bprim(a_prim), bcoef(b_prim,b_gen) local
49 & bxyz,bprim,bcoef,b_prim,b_gen,lb,
/dports/math/scilab/scilab-6.1.1/scilab/modules/interpolation/includes/
H A Dinterpolation_functions.h32 …ty, double* tz, int* nx, int* ny, int* nz, int* kx, int* ky, int* kz, double* bcoef, double* work);
45 …* sizeOfX, int* sizeOfY, int* sizeOfZ, int* kx, int* ky, int* kz, double* bcoef, double* work, dou…
47 …* sizeOfX, int* sizeOfY, int* sizeOfZ, int* kx, int* ky, int* kz, double* bcoef, double* work, dou…
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/ext/sundials/examples/kinsol/serial/
H A DkinFoodWeb_kry.c131 realtype **acoef, *bcoef; member
281 #define bcoef (data->bcoef) macro
470 ratesxy[i] = cxy[i] * ( bcoef[i] * fac + ratesxy[i] ); in WebRate()
513 bcoef = (realtype *)malloc(NUM_SPECIES * sizeof(realtype)); in AllocUserData()
563 bcoef[i] = BB; in InitUserData()
564 bcoef[i+np] = -BB; in InitUserData()
590 free(bcoef); in FreeUserData()
H A DkinKrylovDemo_ls.c150 realtype **acoef, *bcoef; member
384 #define bcoef (data->bcoef) macro
575 ratesxy[i] = cxy[i] * ( bcoef[i] * fac + ratesxy[i] ); in WebRate()
617 bcoef = (realtype *)malloc(NUM_SPECIES * sizeof(realtype)); in AllocUserData()
667 bcoef[i] = BB; in InitUserData()
668 bcoef[i+np] = -BB; in InitUserData()
694 free(bcoef); in FreeUserData()
/dports/math/sundials/sundials-5.7.0/examples/kinsol/serial/
H A DkinFoodWeb_kry.c141 realtype **acoef, *bcoef; member
291 #define bcoef (data->bcoef) macro
480 ratesxy[i] = cxy[i] * ( bcoef[i] * fac + ratesxy[i] ); in WebRate()
523 bcoef = (realtype *)malloc(NUM_SPECIES * sizeof(realtype)); in AllocUserData()
573 bcoef[i] = BB; in InitUserData()
574 bcoef[i+np] = -BB; in InitUserData()
600 free(bcoef); in FreeUserData()
H A DkinKrylovDemo_ls.c160 realtype **acoef, *bcoef; member
394 #define bcoef (data->bcoef) macro
585 ratesxy[i] = cxy[i] * ( bcoef[i] * fac + ratesxy[i] ); in WebRate()
627 bcoef = (realtype *)malloc(NUM_SPECIES * sizeof(realtype)); in AllocUserData()
677 bcoef[i] = BB; in InitUserData()
678 bcoef[i+np] = -BB; in InitUserData()
704 free(bcoef); in FreeUserData()
/dports/math/scilab/scilab-6.1.1/scilab/modules/interpolation/src/fortran/
H A Dsomespline.f1136 $ tx(*), ty(*), tz(*), bcoef(*), work(*), local
1169 $ nx, ny, nz, kx, ky, kz, bcoef, work)
1190 $ kx, ky, kz, bcoef, work)
1209 $ tx(*), ty(*), tz(*), bcoef(*), work(*), local
1242 $ nx, ny, nz, kx, ky, kz, bcoef, work)
1244 $ nx, ny, nz, kx, ky, kz, bcoef, work)
1246 $ nx, ny, nz, kx, ky, kz, bcoef, work)
1248 $ nx, ny, nz, kx, ky, kz, bcoef, work)
1269 $ kx, ky, kz, bcoef, work)
1271 $ nx, ny, nz, kx, ky, kz, bcoef, work)
[all …]
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/ext/sundials/examples/kinsol/C_openmp/
H A DkinFoodWeb_kry_omp.c165 realtype **acoef, *bcoef; member
327 #define bcoef (data->bcoef) macro
524 ratesxy[i] = cxy[i] * ( bcoef[i] * fac + ratesxy[i] ); in WebRate()
567 bcoef = (realtype *)malloc(NUM_SPECIES * sizeof(realtype)); in AllocUserData()
617 bcoef[i] = BB; in InitUserData()
618 bcoef[i+np] = -BB; in InitUserData()
644 free(bcoef); in FreeUserData()
/dports/math/sundials/sundials-5.7.0/examples/kinsol/C_openmp/
H A DkinFoodWeb_kry_omp.c165 realtype **acoef, *bcoef; member
327 #define bcoef (data->bcoef) macro
524 ratesxy[i] = cxy[i] * ( bcoef[i] * fac + ratesxy[i] ); in WebRate()
567 bcoef = (realtype *)malloc(NUM_SPECIES * sizeof(realtype)); in AllocUserData()
617 bcoef[i] = BB; in InitUserData()
618 bcoef[i+np] = -BB; in InitUserData()
644 free(bcoef); in FreeUserData()
/dports/audio/listener/listener-2.2/filter_lib_examples/my_filter1/
H A Dmy_filter1.c67 double bcoef = a*b; in do_filter() local
93 breg = bcoef * breg + pnt[(streamofs * mds -> n_channels) + channel]; in do_filter()
/dports/science/PETSc/petsc-3.14.1/src/ksp/ksp/tutorials/amrex/
H A DMyTest.cpp65 mleb.setBCoeffs(ilev, amrex::GetArrOfConstPtrs(bcoef[ilev])); in solve()
182 bcoef.resize(nlevels); in initData()
197 bcoef[ilev][idim].define(amrex::convert(grids[ilev],IntVect::TheDimensionVector(idim)), in initData()
209 bcoef[ilev][idim].setVal(1.0); in initData()
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/ext/sundials/examples/idas/serial/
H A DidasFoodWeb_bnd.c146 realtype cox[NUM_SPECIES], coy[NUM_SPECIES], bcoef[NUM_SPECIES]; member
298 #define bcoef (webdata->bcoef) macro
395 bcoef[i] = BB; bcoef[i+np] = -BB; in InitUserData()
634 ratesxy[is] = cxy[is]*( bcoef[is]*fac + ratesxy[is] ); in WebRates()
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/ext/sundials/examples/ida/C_openmp/
H A DidaFoodWeb_bnd_omp.c168 realtype cox[NUM_SPECIES], coy[NUM_SPECIES], bcoef[NUM_SPECIES]; member
329 #define bcoef (webdata->bcoef) macro
428 bcoef[i] = BB; bcoef[i+np] = -BB; in InitUserData()
671 ratesxy[is] = cxy[is]*( bcoef[is]*fac + ratesxy[is] ); in WebRates()
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/ext/sundials/examples/idas/C_openmp/
H A DidasFoodWeb_bnd_omp.c168 realtype cox[NUM_SPECIES], coy[NUM_SPECIES], bcoef[NUM_SPECIES]; member
329 #define bcoef (webdata->bcoef) macro
428 bcoef[i] = BB; bcoef[i+np] = -BB; in InitUserData()
671 ratesxy[is] = cxy[is]*( bcoef[is]*fac + ratesxy[is] ); in WebRates()
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/ext/sundials/examples/ida/serial/
H A DidaFoodWeb_bnd.c146 realtype cox[NUM_SPECIES], coy[NUM_SPECIES], bcoef[NUM_SPECIES]; member
298 #define bcoef (webdata->bcoef) macro
395 bcoef[i] = BB; bcoef[i+np] = -BB; in InitUserData()
634 ratesxy[is] = cxy[is]*( bcoef[is]*fac + ratesxy[is] ); in WebRates()
/dports/math/sundials/sundials-5.7.0/examples/idas/C_openmp/
H A DidasFoodWeb_bnd_omp.c168 realtype cox[NUM_SPECIES], coy[NUM_SPECIES], bcoef[NUM_SPECIES]; member
329 #define bcoef (webdata->bcoef) macro
428 bcoef[i] = BB; bcoef[i+np] = -BB; in InitUserData()
671 ratesxy[is] = cxy[is]*( bcoef[is]*fac + ratesxy[is] ); in WebRates()
/dports/math/sundials/sundials-5.7.0/examples/idas/serial/
H A DidasFoodWeb_bnd.c146 realtype cox[NUM_SPECIES], coy[NUM_SPECIES], bcoef[NUM_SPECIES]; member
298 #define bcoef (webdata->bcoef) macro
395 bcoef[i] = BB; bcoef[i+np] = -BB; in InitUserData()
634 ratesxy[is] = cxy[is]*( bcoef[is]*fac + ratesxy[is] ); in WebRates()

123