dense_view_type<T>

Prototype

template <class T>
struct dense_view_type
{ typedef dense_view-type-of-T type ; }

Description

Returns a model of DenseVectorExpression that contains the values of T as elements. If T itself is a DenseVectorExpression, a reference to T will be returned.

Definition

Defined in view/dense_view.hpp

Parameters

Parameter Requirement Description
T VectorExpression

Associated types

typethe view-type