Package young :: Module young
[show private | hide private]
[frames | no frames]

Module young.young

library for Young tableaux
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)
young(arg) -> Return all the standard Young tableaux.
  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.

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.

Generated by Epydoc 2.1 on Wed Dec 08 22:20:20 2004 http://epydoc.sf.net