Home
last modified time | relevance | path

Searched refs:hsplit (Results 201 – 225 of 275) sorted by relevance

1234567891011

/dports/science/py-MDAnalysis/MDAnalysis-0.19.2/MDAnalysis/core/
H A Dtopologyattrs.py1624 bond_idx, types, guessed, order = np.hsplit(
/dports/astro/py-astropy/astropy-5.0/astropy/utils/masked/
H A Dfunction_helpers.py99 np.array_split, np.split, np.hsplit, np.vsplit, np.dsplit,
/dports/math/py-numpy/numpy-1.20.3/numpy/ma/
H A Dextras.py354 hsplit = _fromnxfunction_single('hsplit') variable
/dports/editors/helix/helix-0.5.0/helix-term/src/
H A Dcommands.rs315 hsplit, "Horizontal bottom split",
2086 fn hsplit( in hsplit() function
2365 fun: hsplit,
4444 fn hsplit(cx: &mut Context) { in hsplit() function
/dports/astro/py-astropy/astropy-5.0/astropy/units/quantity_helper/
H A Dfunction_helpers.py75 np.split, np.array_split, np.hsplit, np.vsplit, np.dsplit,
/dports/math/py-pystan/pystan-2.19.0.0/pystan/
H A Dmisc.py352 ess, rhat = [arr.ravel() for arr in np.hsplit(ess_and_rhat, 2)]
/dports/audio/din/din-52/src/
H A Dmenu.cc1202 ol_split_types_h.set_text (mondrian_listener::split_types[monl.hsplit]); in setup_items()
3584 …if (&b == MENUP.b_split_horizontal) handle_split (hsplit, split::HORIZONTAL, mondrian0.win.mousey); in clicked()
3748 hsplit += dir; in picked()
3749 check_split_type (MENU.ol_split_types_h, hsplit); in picked()
/dports/science/py-chainer/chainer-7.8.0/chainerx/
H A D__init__.pyi957 def hsplit(
/dports/math/py-autograd/autograd-1.3/autograd/numpy/
H A Dnumpy_vjps.py106 defvjp(anp.hsplit, lambda ans, ary, idxs : lambda g: anp.concatenate(g, axis=1))
/dports/math/py-statsmodels/statsmodels-0.13.1/statsmodels/tsa/vector_ar/tests/
H A Dtest_vecm.py982 desired = np.hsplit(results_ref[ds][dt]["est"]["VAR A"], p)
/dports/lang/perl5.34/perl-5.34.0/dist/Devel-PPPort/parts/base/
H A D5005000163 hsplit # F added by devel/scanprov
/dports/devel/p5-Devel-PPPort/Devel-PPPort-3.63/parts/base/
H A D5005000163 hsplit # F added by devel/scanprov
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/dist/Devel-PPPort/parts/base/
H A D5005000163 hsplit # F added by devel/scanprov
/dports/science/py-pymatgen/pymatgen-2022.0.15/pymatgen/electronic_structure/
H A Dplotter.py471 energies[str(sp)] = np.hsplit(bs.bands[sp] - zero_energy, steps)
664 energies = np.hsplit(energies, steps)
/dports/astro/py-astropy/astropy-5.0/astropy/utils/masked/tests/
H A Dtest_function_helpers.py561 self.check(np.hsplit, [1, 4])
/dports/lang/cython/Cython-0.29.24/Tools/
H A Dkate.diff486 + <item> hsplit </item>
/dports/lang/cython-devel/cython-2b1e743/Tools/
H A Dkate.diff486 + <item> hsplit </item>
/dports/math/asymptote/asymptote-2.67/base/
H A Dthree_surface.asy1096 triple[][][] hsplit(triple[][] P, real v=0.5)
2093 private triple[][][] P=hsplit(octant1x.P,transition);
/dports/x11-toolkits/fox16/fox-1.6.57/src/
H A DMakefile.in467 hsplit.xbm \
/dports/math/py-yt/yt-4.0.1/yt/data_objects/
H A Dconstruction_data_containers.py291 field_data = np.hsplit(data.pop("fields"), len(fields))
/dports/math/reduce/Reduce-svn5758-src/csl/fox/src/
H A DMakefile.in528 hsplit.xbm \
/dports/math/py-numpy/numpy-1.20.3/numpy/
H A D__init__.pyi336 hsplit: Any
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/tests/python/unittest/
H A Dtest_numpy_op.py6900 return F.np.hsplit(a, indices_or_sections=self._indices_or_sections)
6926 expected_ret = _np.hsplit(a.asnumpy(), indices_or_sections=indices_or_sections)
6936 mx_outs = np.hsplit(a, indices_or_sections=indices_or_sections)
6937 np_outs = _np.hsplit(a.asnumpy(), indices_or_sections=indices_or_sections)
/dports/misc/mxnet/incubator-mxnet-1.9.0/tests/python/unittest/
H A Dtest_numpy_op.py6900 return F.np.hsplit(a, indices_or_sections=self._indices_or_sections)
6926 expected_ret = _np.hsplit(a.asnumpy(), indices_or_sections=indices_or_sections)
6936 mx_outs = np.hsplit(a, indices_or_sections=indices_or_sections)
6937 np_outs = _np.hsplit(a.asnumpy(), indices_or_sections=indices_or_sections)
/dports/astro/py-astropy/astropy-5.0/astropy/units/tests/
H A Dtest_quantity_non_ufuncs.py586 self.check(np.hsplit, [1, 4])

1234567891011