Home
last modified time | relevance | path

Searched refs:__array__ (Results 126 – 150 of 268) sorted by relevance

1234567891011

/dports/databases/percona57-client/boost_1_59_0/tools/quickbook/doc/
H A Dblock.qbk283 [def __array__ [@http://www.boost.org/doc/html/array/reference.html array]]
286 using __boost__::__array__;
291 [def __array__ [@http://www.boost.org/doc/html/array/reference.html array]]
294 using __boost__::__array__;
/dports/devel/boost-docs/boost_1_72_0/tools/quickbook/doc/
H A Dblock.qbk311 [def __array__ [@http://www.boost.org/doc/html/array/reference.html array]]
314 using __boost__::__array__;
319 [def __array__ [@http://www.boost.org/doc/html/array/reference.html array]]
322 using __boost__::__array__;
/dports/devel/boost-libs/boost_1_72_0/tools/quickbook/doc/
H A Dblock.qbk311 [def __array__ [@http://www.boost.org/doc/html/array/reference.html array]]
314 using __boost__::__array__;
319 [def __array__ [@http://www.boost.org/doc/html/array/reference.html array]]
322 using __boost__::__array__;
/dports/devel/boost-python-libs/boost_1_72_0/tools/quickbook/doc/
H A Dblock.qbk311 [def __array__ [@http://www.boost.org/doc/html/array/reference.html array]]
314 using __boost__::__array__;
319 [def __array__ [@http://www.boost.org/doc/html/array/reference.html array]]
322 using __boost__::__array__;
/dports/devel/hyperscan/boost_1_75_0/tools/quickbook/doc/
H A Dblock.qbk311 [def __array__ [@http://www.boost.org/doc/html/array/reference.html array]]
314 using __boost__::__array__;
319 [def __array__ [@http://www.boost.org/doc/html/array/reference.html array]]
322 using __boost__::__array__;
/dports/textproc/py-wordcloud/word_cloud-1.5.0/wordcloud/
H A Dwordcloud.py705 def __array__(self): member in WordCloud
/dports/devel/hyperscan/boost_1_75_0/libs/json/doc/qbk/
H A D04_02_storage_ptr.qbk187 The containers __array__, __object__, and __value__ all propagate the
/dports/math/py-matplotlib/matplotlib-3.4.3/lib/matplotlib/
H A Dtransforms.py263 def __array__(self, *args, **kwargs): member in BboxBase
1443 def __array__(self, *args, **kwargs): member in Transform
1754 def __array__(self, *args, **kwargs): member in AffineBase
/dports/math/py-numpy/numpy-1.20.3/doc/source/reference/
H A Darrays.classes.rst325 .. py:method:: class.__array__([dtype])
327 If a class (ndarray subclass or not) having the :func:`__array__`
330 returned by :func:`__array__`. This practice will return ``TypeError``.
/dports/science/py-scipy/scipy-1.7.1/scipy/optimize/
H A Dnonlin.py527 self.__array__ = lambda: self.todense()
780 def __array__(self): member in LowRankMatrix
/dports/astro/py-astropy/astropy-5.0/astropy/nddata/tests/
H A Dtest_nddata.py39 def __array__(self): member in FakeNumpyArray
/dports/devel/py-types-Pillow/types-Pillow-8.3.11/PIL-stubs/
H A DImage.pyi123 def __array__(self, dtype=...) -> Any: ... # returns numpy.array()
/dports/math/py-pandas/pandas-1.2.5/pandas/tests/indexing/
H A Dtest_categorical.py80 tm.assert_numpy_array_equal(reverse.__array__(), exp)
/dports/devel/pytype/pytype-2021.9.9/pytype/typeshed/stubs/Pillow/PIL/
H A DImage.pyi123 def __array__(self, dtype=...) -> Any: ... # returns numpy.array()
/dports/math/py-numpy/numpy-1.20.3/numpy/core/tests/
H A Dtest_umath.py1867 def __array__(self): member in TestSpecialMethods.test_wrap.with_wrap
1971 def __array__(self): member in TestSpecialMethods.test_old_wrap.with_wrap
1986 def __array__(self): member in TestSpecialMethods.test_priority.A
2029 def __array__(self): member in TestSpecialMethods.test_failing_wrap.A
2061 def __array__(self): member in TestSpecialMethods.test_none_wrap.A
2075 def __array__(self): member in TestSpecialMethods.test_default_prepare.with_wrap
2119 def __array__(self): member in TestSpecialMethods.test_failing_prepare.A
2131 def __array__(self, dtype, context): member in TestSpecialMethods.test_array_too_many_args.A
/dports/math/py-theano/Theano-1.0.5/theano/gpuarray/tests/
H A Dtest_dnn.py311 a = f_cpu(data).__array__()
312 b = f_gpu(data).__array__()
403 a = f_gpu(data).__array__()
404 b = f_cpu(data).__array__()
464 a = f_cpu(data).__array__()
465 b = f_gpu(data).__array__()
/dports/math/py-Pyomo/Pyomo-6.1.2/pyomo/core/base/
H A Dindexed_component.py1031 def __array__(self, dtype=None): member in IndexedComponent_NDArrayMixin
/dports/science/py-nibabel/nibabel-3.2.1/nibabel/
H A Decat.py689 def __array__(self, dtype=None): member in EcatImageArrayProxy
H A Dparrec.py675 def __array__(self, dtype=None): member in PARRECArrayProxy
/dports/math/py-numpy/numpy-1.20.3/numpy/ma/
H A Dmrecords.py388 output = self.__array__().view(dtype, basetype)
/dports/math/py-pandas/pandas-1.2.5/doc/source/reference/
H A Dseries.rst55 Series.__array__
/dports/math/py-matplotlib2/matplotlib-2.2.4/lib/matplotlib/
H A Dtransforms.py286 def __array__(self, *args, **kwargs): member in BboxBase
1419 def __array__(self, *args, **kwargs): member in Transform
1771 def __array__(self, *args, **kwargs): member in AffineBase
/dports/science/afni/afni-AFNI_21.3.16/src/pkundu/meica.libs/nibabel/
H A Decat.py749 def __array__(self): member in EcatImage.ImageArrayProxy
/dports/science/py-nibabel/nibabel-3.2.1/nibabel/tests/
H A Dtest_spatialimages.py195 def __array__(self, dtype='int16'): member in DataLike
/dports/math/py-numpy/numpy-1.20.3/numpy/lib/
H A Dpolynomial.py1245 def __array__(self, t=None): member in poly1d

1234567891011