Home
last modified time | relevance | path

Searched refs:ndiffuse (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/py-visvis/visvis-1.13.0/examples/
H A DlightsAndShading.py13 ndiffuse = 4 variable
33 for j in range(ndiffuse):
38 s.diffuse = float(j)/ndiffuse
44 a.axis.yTicks = [str(float(j)/ndiffuse) for j in range(ndiffuse)]
/dports/science/erkale/erkale-8297aefe5aac9dbbb291e04c07661f3cff94a99a/src/contrib/
H A Dco-opt.cpp182 std::vector<coprof_t> augment_basis(const std::vector<coprof_t> & cplo, int ndiffuse, int ntight, i… in augment_basis() argument
185 if(ndiffuse==0 && ntight==0) in augment_basis()
199 arma::vec exps=maxwidth_exps_table(am,cpl[am].tol,cpl[am].exps.size()+ndiffuse+ntight,w,n_tau); in augment_basis()
205 cpl[am].start -= ndiffuse*dw/(ndiffuse+ntight); in augment_basis()
206 cpl[am].end += ntight*dw/(ndiffuse+ntight); in augment_basis()
H A Dco-opt.h91 std::vector<coprof_t> augment_basis(const std::vector<coprof_t> & cplo, int ndiffuse, int ntight);
/dports/science/erkale-pseudopotentials/erkale-870e772f09631b3dbdd99a18e4f3d4786d684a01/src/contrib/
H A Dco-opt.cpp182 std::vector<coprof_t> augment_basis(const std::vector<coprof_t> & cplo, int ndiffuse, int ntight, i… in augment_basis() argument
185 if(ndiffuse==0 && ntight==0) in augment_basis()
199 arma::vec exps=maxwidth_exps_table(am,cpl[am].tol,cpl[am].exps.size()+ndiffuse+ntight,w,n_tau); in augment_basis()
205 cpl[am].start -= ndiffuse*dw/(ndiffuse+ntight); in augment_basis()
206 cpl[am].end += ntight*dw/(ndiffuse+ntight); in augment_basis()
H A Dco-opt.h91 std::vector<coprof_t> augment_basis(const std::vector<coprof_t> & cplo, int ndiffuse, int ntight);
/dports/astro/gnuastro/gnuastro-0.16/bin/segment/
H A Dclumps.c70 size_t ndiffuse=0, coord[3], tcoord[3], *dindexs; in clumps_grow_prepare_initial() local
153 if( imgss[*s]>glimit ) dindexs[ ndiffuse++ ] = *s; in clumps_grow_prepare_initial()
159 cltprm->diffuseindexs->size = cltprm->diffuseindexs->dsize[0] = ndiffuse; in clumps_grow_prepare_initial()
179 size_t ndiffuse=0; in clumps_grow_prepare_final() local
189 dindexs[ ndiffuse++ ] = *s; in clumps_grow_prepare_final()
193 cltprm->diffuseindexs->size = cltprm->diffuseindexs->dsize[0] = ndiffuse; in clumps_grow_prepare_final()