35 #ifndef _BLAZE_MATH_DENSE_FORWARD_H_
36 #define _BLAZE_MATH_DENSE_FORWARD_H_
47 template<
typename,
bool >
class DynamicVector;
48 template<
typename,
bool >
class DynamicMatrix;
Efficient implementation of a fixed-sized vector.The StaticVector class template is the representatio...
Definition: Forward.h:51
Efficient implementation of a dynamically sized vector with static memory.The HybridVector class temp...
Definition: Forward.h:49
Efficient implementation of a fixed-sized matrix.The StaticMatrix class template is the representatio...
Definition: Forward.h:50