Type Definition graphannis_capi::Matrix[][src]

pub type Matrix<T> = Vec<Vec<T>>;
Expand description

Simple definition of a matrix from a single data type.