Type Definition rsrl::Matrix [] [src]

type Matrix<T = f64> = ArrayBase<OwnedRepr<T>, Dim<[usize; 2]>>;

2d array type.