Variable Matrix.arrayof

Linear array representing elements column by column

struct Matrix
{
  // ...
  T[N*N] arrayof ;
  // ...
}

Matrix elements