package phylogenetics

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

Module Phylo_ctmc.SVSource

Sourceval of_vec : Linear_algebra.vec -> t
Sourceval shift : ?threshold:float -> Linear_algebra.vec -> carry:float -> t
Sourceval decomp_vec_mul : matrix_decomposition -> t -> t
Sourceval mat_vec_mul : Linear_algebra.mat -> t -> t
Sourceval scal_vec_mul : float -> t -> t
Sourceval mul : t -> t -> t
Sourceval add : t -> t -> t