Home | Trees | Index | Help |
|
---|
|
young
: Young -- library module for Young tableaux
combination
: library for permutation and combination
compat
: functions for backward compatibility
error
: library for error handling
hook
: library for Hook
iterator
: functional tools
mathformat
: pretty print library for math
matrixball
: Matrix Ball Construction
partition
: library for partition
permgroup
: library for permutation groups
rsk
util
: library for utility functions.
young
: library for Young tableaux
__builtin__.object
:
The most base type
__builtin__.dict
:
dict() -> new empty dictionary.
young.young.YoungTableaux
:
This class holds a sequence of Tableaux
young.compat.groupby
:
groupby(iterable[, keyfunc]) -> create an iterator which returns
(key, sub-iterator) grouped by each value of key(value).
__builtin__.list
:
list() -> new list list(sequence) -> new list initialized from
sequence's items
young.hook.Hook
:
This class represents a hook.
young.young.Skew
:
Class for skew diagram
young.young.Word
:
This class represents Word
young.young.Young
:
Class for Young
young.young.YoungGenerator
:
Based on partitions of N, generate all Young diagrams
young.matrixball.MatrixBall
young.matrixball.Numbering
:
this class stores numbered balls.
young.rsk.RSK
:
Class for RSK
young.permgroup.SymmetricGroup
:
SymmetricGroup(n) -> return a class for symmetric group whose
degree is n
__builtin__.tuple
:
tuple() -> an empty tuple tuple(sequence) -> tuple initialized
from sequence's items
young.partition.Partition
:
class for partition
young.permgroup.BaseGroup
:
base class for group
young.permgroup.PermGroup
:
class PermGroup(permutation) -> return a class for permutation
group
young.permgroup.Cycle
:
class for cycle
__builtin__.type
:
type(object) -> the object's type type(name, bases, dict) -> a
new type
young.permgroup.AlternatingGroup
young.partition.SeqOfPartition
:
class for generating partitions
exceptions.Exception
:
Common base class for all exceptions.
young.error.Error
:
Base class for young module exceptions.
young.error.ArgumentError
:
Raised when an invalid argument was found
young.error.GroupError
young.error.PartitionError
:
Raised when error occurred while processing partition
young.error.PartitionFormatError
:
Raised when malformed partition was found
young.error.YoungError
:
Raised when error occurred while processing Young tableaux
young.error.YoungFormatError
:
Raised when malformed diagram was found
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Wed Dec 08 22:20:20 2004 | http://epydoc.sf.net |