|
|
| __array__(self,
dtype=None) |
|
|
|
a new object with type S, a subtype of T
|
|
|
|
|
|
|
| create(self,
indices,
bsize=None,
comm=None) |
|
|
|
|
| createBlock(self,
bsize,
indices,
comm=None) |
|
|
|
|
| createGeneral(self,
indices,
comm=None) |
|
|
|
|
| createStride(self,
size,
first=None,
step=None,
comm=None) |
|
|
|
|
|
|
|
| difference(self,
IS iset) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| invertPermutation(self,
nlocal=None) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| view(self,
Viewer viewer=None) |
|
|
|
Inherited from Object:
__eq__,
__ge__,
__gt__,
__le__,
__lt__,
__ne__,
__nonzero__,
compose,
decRef,
getAttr,
getClassName,
getComm,
getCookie,
getDict,
getName,
getOptionsPrefix,
getRefCount,
incRef,
query,
setAttr,
setFromOptions,
setName,
setOptionsPrefix
Inherited from object:
__delattr__,
__getattribute__,
__hash__,
__init__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__str__
|