warp.indexedarray#
- class warp.indexedarray(data=None, indices=None, dtype=None, ndim=None)[source]#
Array providing indexed access to a subset of elements in a source
warp.array.Methods
__init__([data, indices, dtype, ndim])assign(src)contiguous()fill_(value)list()numpy()to(device)zero_()Attributes