Type Definition graphannis_capi::Matrix[][src]

type Matrix<T> = Vec<Vec<T>>;

Simple definition of a matrix from a single data type.