Type Definition multiarray::Array3D [] [src]

type Array3D<T> = MultiArray<T, Dim3>;

Type alias for a 3D array