Function navtk::num_cols(const Matrix&)

Function Documentation

Size navtk::num_cols(const Matrix &m)

Returns the number of columns in a Matrix.

For empty matrices, returns zero.

Parameters

m – The Matrix to inspect.

Returns

The number of columns.