Type Definition spaces::Matrix

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

2d array type.