Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
module Partition :
Base.Container.S0
with type t := Base.int * Base.int
and type elt :=
(Base.int, Stdlib.Bigarray.int_elt, Stdlib.Bigarray.c_layout)
Stdlib.Bigarray.Array1.t
Compute the partitions of an integer n into m parts. See (Knuth 3b, pg. 2).
module Partition_with_zeros :
Base.Container.S0
with type t := Base.int * Base.int
and type elt :=
(Base.int, Stdlib.Bigarray.int_elt, Stdlib.Bigarray.c_layout)
Stdlib.Bigarray.Array1.t
Compute the partitions of an integer n into m parts, including partitions where some elements are zero.