Returns the number of rows
[C++] size_t rows() const;
This function returns the number of rows in the matrix.
Header: matrix.h
matrix<T> Class | matrix<T> Methods