[][src]Type Definition graphannis_capi::Matrix

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

Simple definition of a matrix from a single data type.