![]() |
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 >.
Public Types | |
using | VectorType = VT |
Type of the vector. | |
Public Member Functions | |
BLAZE_ALWAYS_INLINE VectorType & | operator~ () noexcept |
Conversion operator for non-constant vectors. More... | |
BLAZE_ALWAYS_INLINE const VectorType & | operator~ () const noexcept |
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.
|
inlinenoexceptinherited |
Conversion operator for non-constant vectors.
|
inlinenoexceptinherited |
Conversion operator for constant vectors.