Skip to content

Latest commit

 

History

History
48 lines (30 loc) · 1.27 KB

File metadata and controls

48 lines (30 loc) · 1.27 KB

DynamicRowView member types

This page contains information about the member types of the :cppDynamicRowView class.

The type of the entries in the matrix.

The type of references to the entries in the matrix (might not be Scalar&).

The type of references to the entries in the matrix (might not be Scalar const&).

The type of the matrix underlying a :cppDynamicRowView.

The type of a row of a DynamicRowView.

The type of iterators into the row view.

The type of const iterators into the row view.