package phylogenetics

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Alphabet.MakeSource

Parameters

module X : sig ... end

Signature

Sourcetype t = int
include module type of struct include X end
val card : int
Sourceval of_int : int -> int option
Sourceval of_int_exn : int -> int
Sourceval equal : int -> int -> bool
Sourceval compare : int -> int -> int
Sourceval all : int list
Sourceval counts : int Base.Sequence.t -> int Core.Array.t
Sourcetype 'a table = 'a array
Sourcemodule Table : sig ... end
Sourcemodule Vector : sig ... end
Sourceval flat_profile : unit -> Vector.t
Sourceval random_profile : Gsl.Rng.t -> float -> Vector.t
Sourcemodule Matrix : sig ... end
Sourceval to_int : 'a -> 'a
Sourceval (.%()) : Vector.t -> int -> float
Sourceval (.%()<-) : Vector.t -> int -> float -> unit
Sourceval (.%{}) : Matrix.t -> (int * int) -> float
Sourceval (.%{}<-) : Matrix.t -> (int * int) -> float -> unit
OCaml

Innovation. Community. Security.