![]() |
Base class for N-dimensional dense vectors.The DenseVector class is a base class for all arbitrarily sized (N-dimensional) dense vectors. It provides an abstraction from the actual type of the dense vector, but enables a conversion back to this type via the Vector base class. More...
#include <DenseVector.h>
Inherits blaze::Vector< VT, TF >.
Inherited by blaze::DynamicVector< blaze::ptrdiff_t >, blaze::DynamicVector< int >, and blaze::DynamicVector< real, false >.
Public Types | |
typedef VT | VectorType |
Type of the vector. | |
Public Member Functions | |
VectorType & | operator~ () |
Conversion operator for non-constant vectors. More... | |
const VectorType & | operator~ () const |
Conversion operator for constant vectors. More... | |
Base class for N-dimensional dense vectors.
The DenseVector class is a base class for all arbitrarily sized (N-dimensional) dense vectors. It provides an abstraction from the actual type of the dense vector, but enables a conversion back to this type via the Vector base class.
|
inlineinherited |
Conversion operator for non-constant vectors.
|
inlineinherited |
Conversion operator for constant vectors.