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.