Home | Trees | Index | Help |
|
---|
Package young :: Module partition :: Class Partition |
|
object
--+ |tuple
--+ | Partition
Method Summary | |
---|---|
__repr__(self)
| |
__str__(self)
| |
Return the conjugate of the partition. | |
Display partition with dots and bars. | |
Return downed partitions of the original one. | |
return a Hook object | |
Return the number of parts of the partition. | |
Tests whether or not the partition consists of distinct parts. | |
Plot the Ferrers diagram(Ferres graph). | |
Return the sum of parts of the partition | |
Return upped partitions of the original one. | |
Inherited from tuple | |
x.__add__(y) <==> x+y | |
x.__contains__(y) <==> y in x | |
x.__eq__(y) <==> x==y | |
x.__ge__(y) <==> x>=y | |
x.__getattribute__('name') <==> x.name | |
x.__getitem__(y) <==> x[y] | |
| |
Use of negative indices is not supported. | |
x.__gt__(y) <==> x>y | |
x.__hash__() <==> hash(x) | |
x.__iter__() <==> iter(x) | |
x.__le__(y) <==> x<=y | |
x.__len__() <==> len(x) | |
x.__lt__(y) <==> x<y | |
x.__mul__(n) <==> x*n | |
x.__ne__(y) <==> x!=y | |
T.__new__(S, ...) -> a new object with type S, a subtype of T | |
x.__rmul__(n) <==> n*x | |
Inherited from object | |
x.__init__(...) initializes x; see x.__class__.__doc__ for signature | |
x.__delattr__('name') <==> del x.name | |
helper for pickle | |
helper for pickle | |
x.__setattr__('name', value) <==> x.name = value |
Method Details |
---|
conjugate(self)Return the conjugate of the partition. |
dot_notation(self)Display partition with dots and bars. For example, partition (2,1,1) is "..|.|.". |
down(self)Return downed partitions of the original one. |
get_hook(self)return a Hook object |
get_num_of_parts(self)Return the number of parts of the partition. |
isdistinct(self)Tests whether or not the partition consists of distinct parts. |
plot(self)Plot the Ferrers diagram(Ferres graph). |
size(self)Return the sum of parts of the partition |
up(self)Return upped partitions of the original one. |
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Wed Dec 08 22:20:20 2004 | http://epydoc.sf.net |