Variable Mat._rep

struct Mat
{
  // ...
  T[R*C] _rep ;
  // ...
}