Type Definition drav::Matrix [] [src]

type Matrix<T> = Array<T, (Ix, Ix)>;