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
iadd
instead 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
imul
instead 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
isub
instead 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
idiv
instead 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
iadd
instead 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
idiv
instead 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
imul
instead 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
isub
instead 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()#