package gsl

  1. Overview
  2. Docs

Module Gsl.CombiSource

Sourcetype t = private {
  1. n : int;
  2. k : int;
  3. data : (int, Bigarray.int_elt, Bigarray.c_layout) Bigarray.Array1.t;
}
Sourceval _init_first : t -> unit
Sourceval _init_last : t -> unit
Sourceval make : int -> int -> t
Sourceval to_array : t -> int array
Sourceval prev : t -> unit
Sourceval next : t -> unit
Sourceval valid : t -> bool
OCaml

Innovation. Community. Security.