StaticRowView member types

This page contains information about the member types of the StaticRowView() class.

using scalar_type = Scalar

The type of the entries in the matrix.

using scalar_reference = Scalar&

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

using scalar_const_reference = Scalar const&

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

using matrix_type = StaticMatrix<PlusOp, ProdOp, ZeroOp, OneOp, R, C, Scalar>

The type of the matrix underlying a StaticRowView.

using Row = Mat::Row

The type of a row of a StaticRowView.

using iterator = Mat::iterator

The type of iterators into the row view.

using const_iterator = Mat::const_iterator

The type of const iterators into the row view.