Matrix.MatType

Alias to matrix type. Can be used to construct matrices of same type

auto rmat7x2_2 = rmat7x2.MatType;

struct Matrix(T, size_t H, size_t W)
alias MatType = Matrix!(T, H, W)

Meta