Module reikna::partition [] [src]

Module for working with the number theory partition function.

This module has functions for calculating the partition function in a fast and safe manner.

Constants

MAX_PART

Max partition size the functions will calculate

Functions

part

Calculate the partition function of n

part_wc

Calculate the partition function of n using cache to cache previously calculated values.