All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Typedefs
DynamicVector

Classes

class  blaze::DynamicVector< Type, TF >
 Efficient implementation of an arbitrary sized vector.The DynamicVector class template is the representation of an arbitrary sized vector with dynamically allocated elements of arbitrary type. The type of the elements and the transpose flag of the vector can be specified via the two template parameters: More...
 

Typedefs

typedef DynamicVector< float,
false > 
blaze::VecNf
 N-dimensional single precision vector.
 
typedef DynamicVector< double,
false > 
blaze::VecNd
 N-dimensional double precision vector.
 
typedef DynamicVector< real,
false > 
blaze::VecN
 N-dimensional vector with system-specific precision.
 

Detailed Description