package phylogenetics

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

Module Phylogenetics.Linear_algebraSource

This modules wraps linear algebra functions

Sourcemodule type Vector = sig ... end

A vector of floats.

Sourcemodule type Matrix = sig ... end

A square matrix of floats.

Sourcemodule type S = sig ... end
include S with type mat = private Lacaml.D.mat and type vec = private Lacaml.D.vec
Sourcetype vec = private Lacaml.D.vec
Sourcetype mat = private Lacaml.D.mat
Sourcemodule Vector : Vector with type t = vec
Sourcemodule Matrix : Matrix with type t = mat and type vec := vec
OCaml

Innovation. Community. Security.