Variable MatrixView.array

The array that is wrapped by this MatrixView.

struct MatrixView
{
  // ...
  T[] array ;
  // ...
}