package phylogenetics

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

Module Linear_algebra_tools.LacamlSource

A square matrix of floats.

A vector of floats.

Sourcemodule Vec : sig ... end
Sourcemodule Mat : sig ... end
Sourceval mat_vec_mul : mat -> vec -> vec

Matrix-vector product.

Sourceval scal_mat_mul : float -> mat -> mat

Multiplication of a matrix by a scalar.

Sourceval inplace_scal_vec_mul : float -> vec -> unit

Scalar-vector product (in-place).

Sourceval scal_vec_mul : float -> vec -> vec

Scalar-vector product

Sourceval scal_vec_add : float -> vec -> vec

Scalar-vector addition.

Sourceval stat_dist : mat -> vec

Computes the static distribution (ie, eigenvector for eigenvalue 0) of a given matrix.

OCaml

Innovation. Community. Security.