Variable MatrixView.rows

The number of rows in the matrix.

struct MatrixView
{
  // ...
  size_t rows ;
  // ...
}