Home | Trees | Index | Help |
|
---|
Package young :: Module young |
|
Classes | |
---|---|
Skew |
Class for skew diagram |
Word |
This class represents Word |
Young |
Class for Young |
YoungGenerator |
Based on partitions of N, generate all Young diagrams |
YoungTableaux |
This class holds a sequence of Tableaux |
Function Summary | |
---|---|
young(arg) -> Return all the standard Young tableaux. | |
chain-like function | |
this function is intended to replace get_empty_space() | |
Tests whether or not iterable is a valid partition | |
break Word into groups in ascending order. | |
Return all Young diagrams of partition(n) | |
Return all Young diagrams of the given shape. |
Function Details |
---|
young(arg)young(arg) -> Return all the standard Young tableaux. If arg is a number, return all the tableaux of partition(the size of a partition is the number) If arg is a partition, return all the tableaux of the partition. |
func_chain(func, iterable)chain-like function |
get_candidate()this function is intended to replace get_empty_space() |
ispartition(iterable)Tests whether or not iterable is a valid partition |
word_breaker(seq)break Word into groups in ascending order. |
young_of_number(number)Return all Young diagrams of partition(n) |
young_of_sequence(shape)Return all Young diagrams of the given shape. |
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Sun Aug 1 02:55:58 2004 | http://epydoc.sf.net |