DenseVector concept

Description

A dense vector is a dense collection that owns its elements

Refinement of

Vector and DenseCollection

Associated types

Notation

X Type that is a model of the DenseVector concept
v object of type X
a object of type X::value_type

Definitions

Valid expressions

None in addition to those of Vector and DenseCollection.
Name Expression Type requirements Return type

Expression semantics

None in addition to those of Vector and DenseCollection.

Complexity guarantees

Invariants

Models

Notes