Crate ultrametric_matrix_tools

Source
Expand description

This crate is a toolbox that provides functions and data structures to generate and handle ultrametric matrices.

The UltrametricTree is a data structure that represents the structure of an ultrametric matrix. This tree can then be used to efficiently implement algorithms, e.g. multiplication of ultramettric matrix and vector.

The utils module provides functions to generate random ultrametric matrices and check if a matrix is ultrametric.

Re-exports§

pub extern crate nalgebra as na;
pub use self::ultrametric_tree::UltrametricTree;

Modules§

ultrametric_tree
UltrametricTree implementation.
utils
Usful funtions to construct and check propertyies of ultrametric matrices.

Functions§

PyInit_ultrametric_matrix_tools
This autogenerated function is called by the python interpreter when importing the module.