Home
last modified time | relevance | path

Searched defs:inorm (Results 1 – 25 of 76) sorted by relevance

1234

/dports/math/py-ducc0/ducc0-0.22.0/python/test/
H A Dtest_fft.py45 def fftn(a, axes=None, inorm=0, out=None, nthreads=1): argument
50 def ifftn(a, axes=None, inorm=0, out=None, nthreads=1): argument
55 def rfftn(a, axes=None, inorm=0, nthreads=1): argument
60 def irfftn(a, axes=None, lastsize=0, inorm=0, nthreads=1): argument
65 def rfft_scipy(a, axis, inorm=0, out=None, nthreads=1): argument
71 def irfft_scipy(a, axis, inorm=0, out=None, nthreads=1): argument
120 def test1D(len, inorm, dtype): argument
145 def test_fftn(shp, nthreads, inorm): argument
158 def test_fftn2D(shp, axes, inorm): argument
289 def testdcst1D(len, inorm, type, dtype): argument
/dports/math/py-ducc0/ducc0-0.22.0/python/
H A Dfft_pymod.cc102 template<typename T> T norm_fct(int inorm, size_t N) in norm_fct()
110 template<typename T> T norm_fct(int inorm, const shape_t &shape, in norm_fct()
159 int inorm, py::object &out_, size_t nthreads) in c2c()
188 int inorm, py::object &out_, size_t nthreads) in r2c()
219 const py::object &axes_, bool forward, int inorm, in r2r_fftw_internal()
235 bool forward, int inorm, py::object &out_, size_t nthreads) in r2r_fftw()
260 int inorm, py::object &out_, size_t nthreads) in dct()
286 int inorm, py::object &out_, size_t nthreads) in dst()
316 bool forward, int inorm, py::object &out_, size_t nthreads) in c2r()
338 int inorm, py::object &out_, size_t nthreads) in separable_hartley()
[all …]
/dports/science/py-scipy/scipy-1.7.1/scipy/fft/_pocketfft/
H A Dpypocketfft.cxx89 template<typename T> T norm_fct(int inorm, size_t N) in norm_fct()
97 template<typename T> T norm_fct(int inorm, const shape_t &shape, in norm_fct()
166 int inorm, py::object &out_, size_t nthreads) in c2c()
198 int inorm, py::object &out_, size_t nthreads) in r2c()
225 bool real2hermitian, bool forward, int inorm, py::object &out_, in r2r_fftpack()
233 const py::object &axes_, int type, int inorm, py::object &out_, in dct_internal()
255 int inorm, py::object &out_, size_t nthreads) in dct()
285 int inorm, py::object &out_, size_t nthreads) in dst()
318 bool forward, int inorm, py::object &out_, size_t nthreads) in c2r()
344 int inorm, py::object &out_, size_t nthreads) in separable_hartley()
[all …]
/dports/math/py-ducc0/ducc0-0.22.0/python/demos/
H A Dfft_stress.py29 def fftn(a, axes=None, inorm=0, out=None, nthreads=1): argument
34 def ifftn(a, axes=None, inorm=0, out=None, nthreads=1): argument
39 def rfftn(a, axes=None, inorm=0, nthreads=1): argument
44 def irfftn(a, axes=None, lastsize=0, inorm=0, nthreads=1): argument
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/NWints/ecp/
H A Decp_c2snorm.F4 subroutine ecp_c2snorm (l,X,ldX,nc,inorm) argument
19 integer i,inorm,l,m,ldX,nc local
H A Decp_s2cnorm.F4 subroutine ecp_s2cnorm (l,X,ldX,nc,inorm) argument
H A Decp_init_c2s.F4 subroutine ecp_init_c2s (l_max,tco,lstart,ltr,inorm,itrans, argument
34 integer i,inorm,itrans,i_df,i_free,i_m,i_o,i_p,i_scr,l,l_max,ltr, local
/dports/devel/py-pythran/pythran-0.11.0/pythran/pythonic/numpy/fft/
H A Dc2c.hpp90 T norm_fct(Inorm inorm, size_t N) in norm_fct()
106 T norm_fct(Inorm inorm, const shape_t &shape, const shape_t &axes, in norm_fct()
152 Inorm inorm = _get_inorm(norm, forward); in c2r() local
199 Inorm inorm = _get_inorm(norm, forward); in c2c() local
249 Inorm inorm = _get_inorm(norm, forward); in r2c() local
/dports/science/nwchem-data/nwchem-7.0.2-release/src/NWints/ecp/
H A Decp_c2snorm.F4 subroutine ecp_c2snorm (l,X,ldX,nc,inorm) argument
H A Decp_s2cnorm.F4 subroutine ecp_s2cnorm (l,X,ldX,nc,inorm) argument
H A Decp_init_c2s.F4 subroutine ecp_init_c2s (l_max,tco,lstart,ltr,inorm,itrans, argument
34 integer i,inorm,itrans,i_df,i_free,i_m,i_o,i_p,i_scr,l,l_max,ltr, local
/dports/science/plumed/plumed2-2.7.2/src/crystallization/
H A DVectorMultiColvar.cpp77 double inorm = 1.0 / norm; std::vector<double> dervec( ncomponents ); in compute() local
91 double inorm = 1.0; in normalizeVector() local
H A DMoleculeOrientation.cpp126 double inorm = 1.0; if( norm>epsilon ) inorm = 1.0 / norm; in normalizeVector() local
/dports/math/vampire/vampire-4.5.1/UnitTests/
H A DtInterpretedNormalizer.cpp50 InterpretedNormalizer inorm; in TEST_FUN() local
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/tools/mesh/
H A Dvalue.c37 int inorm; in main() local
/dports/math/py-ducc0/ducc0-0.22.0/src/ducc0/math/
H A Dquaternion.h124 T inorm = T(1)/norm; in toAxisAngle() local
/dports/math/concorde/concorde/TOOLS/
H A Dprob2tsp.c110 int inorm, c; in parseargs() local
/dports/science/lammps/lammps-stable_29Sep2021/src/SPIN/
H A Dpair_spin_magelec.cpp105 double inorm = 1.0/(mex*mex+mey*mey+mez*mez); in coeff() local
168 double rsq, inorm; in compute() local
290 double rsq, inorm; in compute_single_pair() local
H A Dpair_spin_dmi.cpp108 double inorm = 1.0/(dmx*dmx+dmy*dmy+dmz*dmz); in coeff() local
174 double rsq, inorm; in compute() local
297 double rsq, inorm; in compute_single_pair() local
/dports/science/PETSc/petsc-3.14.1/src/dm/field/interface/
H A Ddmfield.c488 PetscReal inorm = 1./PetscSqrtReal(J[0] * J[0] + J[3] * J[3] + J[6] * J[6]); in DMFieldCreateFEGeom() local
510 PetscReal inorm; in DMFieldCreateFEGeom() local
/dports/devel/R-cran-sfsmisc/sfsmisc/R/
H A Dnearcor.R21 inorm <- function(x)max(rowSums(abs(x))) function
/dports/math/R-cran-psych/psych/R/
H A Dnearcor.r115 inorm <- function(x)max(rowSums(abs(x))) function
/dports/math/sisl/SISL-SISL-4.6.0-44-g9114631/src/
H A Ds1944.c50 int im,int inlc,int inlr,int inorm,double ea[],double ew1[], in s1944()
H A Ds1945.c50 int inlr, int inorm, double ea[], double ew1[], int inh, in s1945()
/dports/cad/calculix-ccx/CalculiX/ccx_2.18/src/
H A Ddetectactivecont2.f25 integer i, inorm, j,icol,iroww(*), jqw(*),neqtot, local

1234