Home
last modified time | relevance | path

Searched refs:locmax (Results 1 – 22 of 22) sorted by relevance

/dports/math/R-cran-psych/psych/R/
H A DVSSem.R25 locmax <- which.max(abs(temp)) #where is the maximum (absolute) value functionVar
26 x[locmax] <- sign(temp[locmax])*max(abs(temp)) #store it in x
27 temp[locmax] <- 0 #remove this value from the temp copy
H A DVSS.R33 locmax <- which.max(abs(temp)) #where is the maximum (absolute) value functionVar
34 x[locmax] <- sign(temp[locmax])*max(abs(temp)) #store it in x
35 temp[locmax] <- 0 #remove this value from the temp copy
/dports/science/PETSc/petsc-3.14.1/src/vec/vec/tests/
H A Dex46.c87 PetscInt locmin[2],locmax[2]; in VecCompare() local
94 ierr = VecMax(a,&locmax[0],&max[0]);CHKERRQ(ierr); in VecCompare()
97 ierr = VecMax(b,&locmax[1],&max[1]);CHKERRQ(ierr); in VecCompare()
101 …ierr = PetscPrintf(PETSC_COMM_WORLD," max(a) = %+1.2e [loc %D]\n",(double)max[0],locmax[0]);CHK… in VecCompare()
104 …ierr = PetscPrintf(PETSC_COMM_WORLD," max(b) = %+1.2e [loc %D]\n",(double)max[1],locmax[1]);CHK… in VecCompare()
/dports/science/PETSc/petsc-3.14.1/src/dm/tutorials/
H A Dex15.c153 PetscInt locmin[2],locmax[2]; in VecCompare() local
160 ierr = VecMax(a,&locmax[0],&max[0]);CHKERRQ(ierr); in VecCompare()
163 ierr = VecMax(b,&locmax[1],&max[1]);CHKERRQ(ierr); in VecCompare()
167 …ierr = PetscPrintf(PETSC_COMM_WORLD," max(a) = %+1.2e [loc %D]\n",(double)max[0],locmax[0]);CHK… in VecCompare()
170 …ierr = PetscPrintf(PETSC_COMM_WORLD," max(b) = %+1.2e [loc %D]\n",(double)max[1],locmax[1]);CHK… in VecCompare()
/dports/graphics/mahotas/mahotas-1.4.11/mahotas/tests/
H A Dtest_morph.py63 from mahotas.morph import locmax, locmin
70 fast = locmax(A)
78 from mahotas.morph import locmax, locmin, regmax, regmin
86 loc = locmax(A)
/dports/games/scummvm/scummvm-2.5.1/engines/glk/alan2/
H A Dtypes.h48 #define LOCMAX (header->locmax)
51 #define LITMIN (header->locmax+1)
52 #define LITMAX (header->locmax+1+litCount)
H A Dacode.h230 Aword locmin, locmax; /* 1c - Interval for location codes */ member
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/glk/alan2/
H A Dtypes.h48 #define LOCMAX (header->locmax)
51 #define LITMIN (header->locmax+1)
52 #define LITMAX (header->locmax+1+litCount)
H A Dacode.h230 Aword locmin, locmax; /* 1c - Interval for location codes */ member
/dports/math/py-matplotlib2/matplotlib-2.2.4/lib/mpl_toolkits/mplot3d/
H A Daxis3d.py237 locmin, locmax = self.get_view_interval()
238 if locmin > locmax:
239 locmin, locmax = locmax, locmin
243 locmin <= loc <= locmax]
/dports/textproc/translate-toolkit/translate-toolkit-3.5.1/translate/tools/
H A Dpoterminology.py331 locmax = 2 * locmin
332 if numlocs > locmax:
333 locations = list(locations)[0:locmax]
335 "(poterminology) %d more locations" % (numlocs - locmax)
/dports/graphics/mahotas/mahotas-1.4.11/mahotas/
H A D__init__.py60 locmax, \
H A Dmorph.py540 def locmax(f, Bc=None, out=None, output=None): function
/dports/graphics/mahotas/mahotas-1.4.11/docs/source/
H A Dhistory.rst129 - Export locmax|locmin at the mahotas namespace level
295 - Improve regmax() & regmin(). Rename previous implementations to locmax() &
/dports/graphics/mahotas/mahotas-1.4.11/
H A DChangeLog88 * Export locmax|locmin at the mahotas namespace level
233 * Improve regmax() & regmin(). Rename previous implementations to locmax()
H A DREADME.md324 - Export locmax|locmin at the mahotas namespace level
H A DPKG-INFO332 - Export locmax|locmin at the mahotas namespace level
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/sundials_4.1.0/src/nvector/cuda/
H A Dnvector_cuda.cu555 realtype locmax = maxNorm(*xvec); in N_VMaxNorm_Cuda() local
557 realtype globmax = SUNMPI_Allreduce_scalar(locmax, 2, comm); in N_VMaxNorm_Cuda()
/dports/graphics/blender/blender-2.91.0/source/blender/editors/space_node/
H A Dnode_edit.c975 float locmax = nsw->oldlocx + oldwidth; in node_resize_modal() local
978 CLAMP(node->locx, locmax - widthmax, locmax - widthmin); in node_resize_modal()
979 *pwidth = locmax - node->locx; in node_resize_modal()
/dports/math/fricas/fricas-1.3.7/pre-generated/src/algebra/
H A DCRFP.lsp781 ((|rho| (R)) (|maxi| (R)) (|locmax| (R)) (|ic| (R)) (|rc| (R))
797 (LETT |locmax| (SPADCALL |rc| |ic| (QREFELT $ 136)))
802 (SPADCALL |locmax|
/dports/math/fricas/fricas-1.3.7/src/algebra/
H A Dcrfp.spad519 locmax : R := max(rc, ic)
520 maxi := max( nthRoot( locmax/(binomial(d, j)$ICF::R), j), maxi)
/dports/graphics/mahotas/mahotas-1.4.11/mahotas.egg-info/
H A DPKG-INFO332 - Export locmax|locmin at the mahotas namespace level