Home | Trees | Index | Help |
|
---|
Package young :: Module rsk :: Class RSK |
|
object
--+
|
RSK
Method Summary | |
---|---|
Test whether a given sequence is a sequence of sequence. | |
__repr__(self)
| |
__str__(self)
| |
create a matrix from a two-rowed array. | |
Set a two-rowed array. | |
set up P and Q from a given two-rowed array. | |
single_bump(self,
item,
row)
| |
Inherited from object | |
x.__delattr__('name') <==> del x.name | |
x.__getattribute__('name') <==> x.name | |
x.__hash__() <==> hash(x) | |
T.__new__(S, ...) -> a new object with type S, a subtype of T | |
helper for pickle | |
helper for pickle | |
x.__setattr__('name', value) <==> x.name = value |
Method Details |
---|
__init__(self)
Test whether a given sequence is a sequence of sequence.
|
get_matrix(self)create a matrix from a two-rowed array. |
set_array(self, top_row, bottom_row=None)Set a two-rowed array. |
setup(self)set up P and Q from a given two-rowed array. |
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Sun Aug 1 02:55:58 2004 | http://epydoc.sf.net |