Variable MatrixView.cols

The number of columns in the matrix.

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