Function navtk::num_rows(const Matrix&)

Function Documentation

Size navtk::num_rows(const Matrix &m)

Returns the number of rows in a Matrix.

For empty matrices, returns zero.

Parameters

m – The Matrix to inspect.

Returns

The number of rows.