ArrayIndicesLike¶
- probnum.typing.ArrayIndicesLike¶
Object that can be converted to indices of an array.
Type of the argument to the
__getitem__()
method of a NumPy-like array type such asnumpy.ndarray
,probnum.linops.LinearOperator
orprobnum.randvars.RandomVariable
.alias of
Union
[int
,slice
,ellipsis
,None
,ndarray
,Tuple
[Union
[int
,slice
,ellipsis
,None
,ndarray
], …]]