Home
last modified time | relevance | path

Searched defs:nbands (Results 1 – 25 of 294) sorted by relevance

12345678910>>...12

/dports/science/siesta/siesta-4.1.5/Src/
H A Dglobalise.F277 subroutine setglobaliseB(nbands,Node) argument
713 subroutine globalloadB1(ibandloc,nbands,bux1) argument
760 subroutine globalloadB2(ibandloc,nbands,bux1,bux2) argument
878 subroutine globalreloadB1(ibandloc,nbands,bux1,buxg) argument
930 subroutine globalreloadB2(ibandloc,nbands,bux1,bux2,buxg) argument
985 subroutine globalrezeroB1(ibandloc,nbands,buxg) argument
1039 subroutine globalrezeroB2(ibandloc,nbands,buxg) argument
1095 subroutine globalrezeroB3(ibandloc,nbands,buxg) argument
1156 subroutine globalloadB3(ibandloc,nbands,bux1,bux2,bux3) argument
1265 subroutine globaliseF(no_cl,nbands,nftmax,numft, argument
[all …]
H A Dgradientlomem.F8 subroutine gradientlomem(c,eta,qs,h,s,nbasis,nbasisloc,nbands, argument
H A Ddenmatlomem.F8 subroutine denmatlomem(c,eta,h,s,qs,nbasis,nbasisloc,nbands, argument
H A Dgradient.F11 subroutine gradient(c,eta,qs,h,s,no_u,no_l,nbands,ncmax, argument
H A Ddenmat.F11 subroutine denmat(c,eta,h,s,qs,no_u,no_l,nbands,ncmax, argument
H A Dener3.F11 subroutine ener3(c,grad,lam,eta,qs,h,s,no_u,no_l,nbands, argument
/dports/science/py-gpaw/gpaw-21.6.0/gpaw/test/big/scf/
H A Danalyse.py928 nbands = r[len('cgbands'):len('cgbands') + 2] variable
930 nbands = 'None' variable
935 nbands = r[len('dzpbands'):len('dzpbands') + 2] variable
937 nbands = 'None' variable
942 nbands = r[len('bands'):len('bands') + 2] variable
944 nbands = 'None' variable
/dports/databases/grass7/grass-7.8.6/imagery/i.gensigset/
H A Dsubcluster.c33 int nbands; in subcluster() local
122 static void seed(struct ClassSig *Sig, int nbands) in seed()
201 struct ClassSig *Sig, int nbands) in refine_clusters()
262 static int reestimate(struct ClassSig *Sig, int nbands) in reestimate()
351 static double regroup(struct ClassSig *Sig, int nbands) in regroup()
454 static double loglike(DCELL * x, struct SubSig *SubSig, int nbands) in loglike()
477 distance(struct SubSig *SubSig1, struct SubSig *SubSig2, int nbands) in distance()
516 struct ClassSig *Sig, int nbands) in compute_constants()
589 struct SubSig *SubSig3, int nbands) in add_SubSigs()
623 struct ClassSig *Sig2, int nbands) in copy_ClassSig()
[all …]
/dports/multimedia/vmaf/vmaf-2.3.0/matlab/strred/matlabPyrTools/
H A DwpyrHt.m10 nbands = 1; variable
12 nbands = 3; variable
H A DspyrNumBands.m12 nbands = 0; variable
19 nbands = b-2; variable
H A DwpyrBand.m24 nbands = 1; variable
26 nbands = 3; variable
H A DwpyrLev.m12 nbands = 1; variable
14 nbands = 3; variable
H A DspyrHt.m9 nbands = spyrNumBands(pind); variable
H A DspyrLev.m11 nbands = spyrNumBands(pind); variable
H A DspyrBand.m22 nbands = spyrNumBands(pind); variable
H A DreconSpyrLevs.m11 nbands = size(bfilts,2); variable
/dports/databases/grass7/grass-7.8.6/lib/imagery/
H A Diclass_bands.c41 int n, nbands; in open_band_files() local
69 int n, nbands; in close_band_files() local
91 void read_band_row(CELL ** band_buffer, int *band_fd, int nbands, int row) in read_band_row()
H A Diclass_statistics.c76 void alloc_statistics(IClass_statistics * statistics, int nbands) in alloc_statistics()
148 int i, b, b2, nbands; in make_all_statistics() local
211 int nbands; in make_statistics() local
293 int nbands; in create_raster() local
464 int *nbands) in I_iclass_statistics_get_nbands()
/dports/graphics/lightzone/LightZone-4.1.8-3-g36e87773/lightcrafts/extsrc/com/lightcrafts/media/jai/tilecodec/
H A DJPEGTileEncoder.java109 int nbands = sm.getNumBands() ; in convertToJ2DJPEGEncodeParam() local
151 private JPEGParam createDefaultJ2DJPEGEncodeParam(int nbands){ in createDefaultJ2DJPEGEncodeParam()
/dports/databases/grass7/grass-7.8.6/imagery/i.smap/
H A Dmodel.c17 int nbands; in extract_init() local
86 int nbands; /* number of spectral bands */ in extract() local
H A Dsegment.c39 int nbands; /* number of bands */ in segment() local
193 static int shift_img(DCELL *** img, int nbands, in shift_img()
271 int read_block(DCELL *** img, int wd, int ht, int nbands, in read_block()
/dports/math/R-cran-raster/raster/R/
H A DstackQuick.R7 .quickStack <- function(files, nbands=1, band=1, native=FALSE) { argument
53 nbands <- nlayers(b) functionVar
/dports/databases/grass7/grass-7.8.6/lib/cluster/
H A Dc_begin.c28 int I_cluster_begin(struct Cluster *C, int nbands) in I_cluster_begin()
/dports/science/py-gpaw/gpaw-21.6.0/gpaw/test/parallel/
H A Dtest_scalapack_diag_simple.py28 def main(nbands=1000, mprocs=2, mb=64): argument
/dports/science/py-gpaw/gpaw-21.6.0/gpaw/wavefunctions/
H A Darrays.py104 def __init__(self, nbands, gd, dtype=None, data=None, kpt=None, dist=None, argument
138 def new(self, buf=None, dist='inherit', nbands=None): argument
162 def __init__(self, nbands, pd, dtype=None, data=None, kpt=0, dist=None, argument
242 def new(self, buf=None, dist='inherit', nbands=None): argument

12345678910>>...12