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 as numpy.ndarray, probnum.linops.LinearOperator or probnum.randvars.RandomVariable.

alias of Union[int, slice, ellipsis, None, ndarray, Tuple[Union[int, slice, ellipsis, None, ndarray], …]]