Skip to content

Latest commit

 

History

History
46 lines (29 loc) · 1.31 KB

File metadata and controls

46 lines (29 loc) · 1.31 KB

DynamicMatrix member types

This page contains information about the member types of the :cppDynamicMatrix 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 a row of a :cppDynamicMatrix.

The type of a row view into a :cppDynamicMatrix.

The type of the semiring over which the matrix is defined, coincides with the template parameter Semiring.