Type Alias graphannis_capi::Matrix

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

Simple definition of a matrix from a single data type.

Aliased Type§

struct Matrix<T> { /* private fields */ }