package phylogenetics

  1. Overview
  2. Docs

Parameters

module X : sig ... end

Signature

type t = int
include module type of struct include X end
val card : int
val of_int : int -> int option
val of_int_exn : int -> int
val equal : Core_kernel.Int.t -> Core_kernel.Int.t -> bool
val compare : Core_kernel.Int.t -> Core_kernel.Int.t -> int
val all : int list
val counts : int Base.Sequence.t -> int Core_kernel.Array.t
type 'a table = 'a array
module Table : sig ... end
module Vector : sig ... end
val flat_profile : unit -> Vector.t
val random_profile : Gsl.Rng.t -> float -> Vector.t
module Matrix : sig ... end
val to_int : 'a -> 'b
type vector = Linear_algebra.vec
val (.%()) : Vector.t -> int -> float
val (.%()<-) : Vector.t -> int -> float -> unit
type matrix = Linear_algebra.mat
val (.%{}) : Matrix.t -> (int * int) -> float
val (.%{}<-) : Matrix.t -> (int * int) -> float -> unit