Home | Trees | Indices | Help |
|
---|
|
object --+ | ParValue --+ | ParSequence
Global distributed sequence
The local value of a ParSequence object is a slice of the input sequence, which is constructed such that the concatenation of the local values of all processors equals the input sequence while making the number of elements on each processor as equal as possible.
|
|||
any |
__getitem__(self,
item) Returns the element referred to by the index, if it is in the local subset |
||
__init__(self, full_sequence) | |||
int
|
totalLength(self) Returns the sum of the lengths of the local values |
||
Inherited from Inherited from |
|
|||
Inherited from |
|
|||
Inherited from |
|
|
|
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0alpha3 on Fri Oct 6 14:45:42 2006 | http://epydoc.sourceforge.net |