Function navtk::num_rows(const Vector&)

Function Documentation

Size navtk::num_rows(const Vector &c)

Returns the number of rows in a column Vector.

For empty vectors, returns zero.

Parameters

c – The Vector to inspect.

Returns

The number of rows.