[][src]Type Definition spaces::Matrix

type Matrix<T = f64> = Array2<T>;

2d array type.