Type Definition spaces::Matrix [] [src]

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

2d array type.