MatrixView.rows

The number of rows in the matrix.

struct MatrixView(T, Storage stor = Storage.General, Triangle tri = Triangle.Upper)
size_t rows;

Meta