Home | Trees | Index | Help |
|
---|
Package young :: Module partition |
|
Classes | |
---|---|
Partition |
class for partition |
Function Summary | |
---|---|
number_of_partition(n [,k]) -> Return the number of partitions of n. | |
partition(n) -> Return the partitions of n. | |
Ramanujan's upper bound for number of partitions of n |
Function Details |
---|
number_of_partition(number, k=None)number_of_partition(n [,k]) -> Return the number of partitions of n. If k is specified, return the number of partitions of n with k parts. |
partition(number)partition(n) -> Return the partitions of n. |
partition_upper_bound(n)Ramanujan's upper bound for number of partitions of n |
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Sun Aug 1 02:55:58 2004 | http://epydoc.sf.net |