altdss.ArrayProxy#
Module Contents#
Classes#
API#
- class altdss.ArrayProxy.BatchFloat64ArrayProxy(batch, idx)#
- __add__(other)#
- __array__()#
- __call__()#
- __floordiv__(other)#
- __iadd__(other, flags=0)#
Inplace modification of the array. When possible, it runs the operation in the engine.
Use
iaddinstead of the+=operator in order to specify SetterFlags.
- __imul__(other, flags=0)#
Inplace modification of the array. When possible, it runs the operation in the engine.
Use
imulinstead of the*=operator in order to specify SetterFlags.
- __init__(batch, idx)#
- __isub__(other, flags=0)#
Inplace modification of the array. When possible, it runs the operation in the engine.
Use
isubinstead of the-=operator in order to specify SetterFlags.
- __iter__()#
- __itruediv__(other, flags=0)#
Inplace modification of the array. When possible, it runs the operation in the engine.
Use
idivinstead of the/=operator in order to specify SetterFlags.
- __len__() int#
- __mul__(other)#
- __sub__(other)#
- __truediv__(other)#
- iadd#
None
- idiv#
None
- imul#
None
- isub#
None
- to_array()#
- to_list()#
- class altdss.ArrayProxy.BatchInt32ArrayProxy(batch, idx)#
- __add__(other)#
- __array__()#
- __call__()#
- __floordiv__(other)#
- __iadd__(other, flags=0)#
Inplace modification of the array. When possible, it runs the operation in the engine.
Use
iaddinstead of the+=operator in order to specify SetterFlags.
- __ifloordiv__(other, flags=0)#
Inplace modification of the array. When possible, it runs the operation in the engine.
Use
idivinstead of the/=operator in order to specify SetterFlags.
- __imul__(other, flags=0)#
Inplace modification of the array. When possible, it runs the operation in the engine.
Use
imulinstead of the*=operator in order to specify SetterFlags.
- __init__(batch, idx)#
- __isub__(other, flags=0)#
Inplace modification of the array. When possible, it runs the operation in the engine.
Use
isubinstead of the-=operator in order to specify SetterFlags.
- __iter__()#
- __len__() int#
- __mul__(other)#
- __sub__(other)#
- __truediv__(other)#
- iadd#
None
- idiv#
None
- imul#
None
- isub#
None
- to_array()#
- to_list()#