Home
last modified time | relevance | path

Searched refs:complexfloating (Results 1 – 25 of 116) sorted by relevance

12345

/dports/math/py-jax/jax-0.2.9/jax/_src/scipy/
H A Dsignal.py69 …if jnp.issubdtype(in1.dtype, jnp.complexfloating) or jnp.issubdtype(in2.dtype, jnp.complexfloating
79 …if jnp.issubdtype(in1.dtype, jnp.complexfloating) or jnp.issubdtype(in2.dtype, jnp.complexfloating
91 …if jnp.issubdtype(in1.dtype, jnp.complexfloating) or jnp.issubdtype(in2.dtype, jnp.complexfloating
101 …if jnp.issubdtype(in1.dtype, jnp.complexfloating) or jnp.issubdtype(in2.dtype, jnp.complexfloating
/dports/math/py-numpy/numpy-1.20.3/numpy/core/
H A D_type_aliases.pyi4 from numpy import generic, signedinteger, unsignedinteger, floating, complexfloating
15 complex: List[Type[complexfloating]]
/dports/devel/py-xarray/xarray-0.20.1/xarray/core/
H A Ddtypes.py68 elif np.issubdtype(dtype, np.complexfloating):
118 if issubclass(dtype.type, np.complexfloating):
146 if issubclass(dtype.type, np.complexfloating):
/dports/math/py-numpy/numpy-1.20.3/numpy/lib/
H A Dtype_check.py241 if issubclass(ax.dtype.type, _nx.complexfloating):
317 return issubclass(type_, _nx.complexfloating)
469 iscomplex = issubclass(xtype, _nx.complexfloating)
538 if not issubclass(a.dtype.type, _nx.complexfloating):
H A Dindex_tricks.py158 if isinstance(step, (_nx.complexfloating, complex)):
180 if isinstance(step, (_nx.complexfloating, complex)):
198 if isinstance(step, (_nx.complexfloating, complex)):
348 if isinstance(step, (_nx.complexfloating, complex)):
/dports/science/py-scipy/scipy-1.7.1/scipy/sparse/tests/
H A Dtest_sparsetools.py290 if np.issubdtype(a_dtype, np.complexfloating):
295 if np.issubdtype(b_dtype, np.complexfloating):
305 if ((np.issubdtype(a_dtype, np.complexfloating) and
306 not np.issubdtype(b_dtype, np.complexfloating)) or
307 (not np.issubdtype(a_dtype, np.complexfloating) and
308 np.issubdtype(b_dtype, np.complexfloating))):
/dports/math/py-numpy/numpy-1.20.3/numpy/typing/
H A D_callable.py33 complexfloating,
297 def __call__(self, __other: bool) -> complexfloating[_NBit_co, _NBit_co]: ...
299 def __call__(self, __other: int) -> complexfloating[Any, Any]: ...
308 complexfloating[_NBit, _NBit],
310 ) -> complexfloating[Union[_NBit_co, _NBit], Union[_NBit_co, _NBit]]: ...
H A D_scalars.py13 _ComplexLike = Union[_FloatLike, complex, np.complexfloating]
/dports/misc/urh/urh-2.9.2/src/urh/signalprocessing/
H A DFilter.py71 if np.issubdtype(x.dtype, np.complexfloating) or np.issubdtype(h.dtype, np.complexfloating):
/dports/science/py-asdf/asdf-2.8.1/asdf/tags/core/
H A Dcomplex.py10 types = list(util.iter_subclasses(np.complexfloating)) + [complex]
/dports/science/py-scipy/scipy-1.7.1/scipy/interpolate/
H A D_cubic.py24 if np.issubdtype(x.dtype, np.complexfloating):
28 if np.issubdtype(y.dtype, np.complexfloating):
37 if np.issubdtype(dydx.dtype, np.complexfloating):
849 if np.issubdtype(deriv_value.dtype, np.complexfloating):
H A Dpolyint.py133 if np.issubdtype(dtype, np.complexfloating) \
134 or np.issubdtype(self.dtype, np.complexfloating):
H A Dinterpolate.py775 if np.issubdtype(dtype, np.complexfloating) \
776 or np.issubdtype(self.c.dtype, np.complexfloating):
1245 if np.issubdtype(self.c.dtype, np.complexfloating):
1845 if (np.issubdtype(dta, np.complexfloating) or
1846 np.issubdtype(dtb, np.complexfloating)):
2017 if np.issubdtype(dtype, np.complexfloating) \
2018 or np.issubdtype(self.c.dtype, np.complexfloating):
/dports/math/py-numpy/numpy-1.20.3/numpy/core/tests/
H A Dtest_abc.py13 assert_(issubclass(np.complexfloating, numbers.Complex))
/dports/math/py-jax/jax-0.2.9/jax/
H A Ddtypes.py101 elif np.issubdtype(typ, np.complexfloating):
193 if np.issubdtype(typ, np.complexfloating):
H A Dtest_util.py209 if _dtypes.issubdtype(dtype, np.complexfloating):
517 if _dtypes.issubdtype(dtype, np.complexfloating):
596 if _dtypes.issubdtype(dtype, np.complexfloating):
620 if _dtypes.issubdtype(dtype, np.complexfloating):
654 if _dtypes.issubdtype(dtype, np.complexfloating):
/dports/science/py-scipy/scipy-1.7.1/scipy/sparse/linalg/
H A D_norm.py13 if np.issubdtype(x.dtype, np.complexfloating):
/dports/science/py-scipy/scipy-1.7.1/scipy/sparse/linalg/dsolve/tests/
H A Dtest_linsolve.py421 assert_(np.issubdtype(x.dtype, np.complexfloating))
423 assert_(np.issubdtype(x.dtype, np.complexfloating))
425 assert_(np.issubdtype(x.dtype, np.complexfloating))
447 if np.issubdtype(dtype, np.complexfloating):
466 if np.issubdtype(dtype, np.complexfloating):
/dports/science/py-scipy/scipy-1.7.1/scipy/sparse/linalg/eigen/arpack/
H A Darpack.py916 self.isreal = not np.issubdtype(self.dtype, np.complexfloating)
922 if self.isreal and np.issubdtype(x.dtype, np.complexfloating):
1037 and not np.issubdtype(A.dtype, np.complexfloating)):
1063 if (np.issubdtype(A.dtype, np.complexfloating)
1312 if np.issubdtype(A.dtype, np.complexfloating):
1557 if np.issubdtype(A.dtype, np.complexfloating):
/dports/devel/py-pyopencl/pyopencl-2018.2/pyopencl/
H A Dcapture_call.py91 elif isinstance(arg, np.complexfloating):
/dports/science/qiskit-aer/qiskit-aer-0.5.2/qiskit/providers/aer/pulse/qutip_lite/
H A Dqobj.py299 np.integer, np.floating, np.complexfloating)):
364 np.floating, np.complexfloating, np.ndarray,
558 np.integer, np.floating, np.complexfloating)):
593 np.complexfloating)):
622 np.integer, np.floating, np.complexfloating)):
/dports/science/py-scipy/scipy-1.7.1/scipy/integrate/_ivp/
H A Dbase.py7 if np.issubdtype(y0.dtype, np.complexfloating):
/dports/science/py-scipy/scipy-1.7.1/scipy/special/
H A D_mptestutils.py207 self.is_complex = np.issubdtype(self.arg_spec.dtype, np.complexfloating)
238 if np.issubdtype(argarr.dtype, np.complexfloating):
/dports/math/vtk8/VTK-8.2.0/Wrapping/Python/vtkmodules/util/
H A Dnumpy_support.py138 assert not numpy.issubdtype(z.dtype, numpy.complexfloating), \
/dports/devel/py-datatest/datatest-0.11.1/datatest/_vendor/
H A Dpredicate.py113 alt_obj = (complex, sys.modules['numpy'].complexfloating)

12345