Constructors of views

Note that in practice, you rarely explicitly construct a view. Views are normally automatically built by the () operator.

Constructors of array_view

Views have view semantics, i.e. they never make a copy of the data.

Constructors of array_const_view

Constructors of matrix_view, vector_view, matrix_const_view, vector_const_view

Similar to array_view, array_const_view