Home
last modified time | relevance | path

Searched refs:nGauss (Results 1 – 4 of 4) sorted by relevance

/dports/science/siesta/siesta-4.1.5/Src/
H A Dmetaforce.F14 integer, save :: nGauss = 0 variable
44 nGauss = fdf_block_linecount('MetaForce', 'iirrr')
45 lMetaForce = nGauss > 0
49 call re_alloc( nGaussPtr, 1, 2, 1, nGauss, 'nGaussPtr',
65 nGauss = nGauss + 1
67 nGaussPtr(1,nGauss) = abs(fdf_bintegers(pline,1))
69 nGaussPtr(2,nGauss) = abs(fdf_bintegers(pline,2))
72 GaussK(nGauss) = fdf_breals(pline,1)
76 GaussR0(nGauss) = fdf_breals(pline,2)/0.529177_dp
79 GaussZeta(nGauss) = fdf_breals(pline,3)
[all …]
/dports/science/pybrain/pybrain-0.3.3/pybrain/supervised/trainers/
H A Dmixturedensity.py39 nGauss = self.module.modulesSorted[-1].nGaussians
51 for k in range(nGauss):
53 stddevs.append(par[k+nGauss])
54 idxm = 2*nGauss + k*nDims
63 invvariance = 1./par[nGauss:2*nGauss]**2
67 grad_c = par[0:nGauss] - gamma
72 for k in range(nGauss):
/dports/math/gismo/gismo-21.12.0/src/gsModeling/
H A DgsModelingUtils.hpp32 int nGauss = int( ceil( double(B1.degree(0) + B2.degree(0) + 1)/2 ) ); in innerProduct() local
33 if (nGauss<1) nGauss=1; in innerProduct()
35 gsGaussRule<T> QuRule(nGauss); // Reference Quadrature rule in innerProduct()
67 int nGauss = int( ceil( double(B1.degree(0)-1 + B2.degree(0)-1 + 1)/2 ) ); in innerProduct1() local
68 if (nGauss<1) nGauss=1; in innerProduct1()
70 gsGaussRule<T> QuRule(nGauss); // Reference Quadrature rule in innerProduct1()
103 int nGauss = int( ceil( double(B1.degree(0)-2 + B2.degree(0)-2 + 1)/2 ) ); in innerProduct2() local
104 if (nGauss<1) nGauss=1; in innerProduct2()
106 gsGaussRule<T> QuRule(nGauss); // Reference Quadrature rule in innerProduct2()
/dports/science/gabedit/GabeditSrc251_300720/src/Display/
H A DOrbitalsNBO.c445 gint* nGauss = NULL; in read_basis_from_a_nbo_output_file() local
481 nGauss = g_malloc(nShell*sizeof(gint)); in read_basis_from_a_nbo_output_file()
490 if(1!=fscanf(file,"%d",&nGauss[is])) break; in read_basis_from_a_nbo_output_file()
506 if(nGauss) g_free(nGauss); in read_basis_from_a_nbo_output_file()
516 if(nGauss) g_free(nGauss); in read_basis_from_a_nbo_output_file()
538 if(nGauss) g_free(nGauss); in read_basis_from_a_nbo_output_file()
579 gint ncont = nGauss[is]; in read_basis_from_a_nbo_output_file()
614 if(nGauss) g_free(nGauss); in read_basis_from_a_nbo_output_file()