35 #ifndef _BLAZE_MATH_DENSE_FORWARD_H_
36 #define _BLAZE_MATH_DENSE_FORWARD_H_
54 template<
typename,
bool >
class DynamicVector;
55 template<
typename,
bool >
class DynamicMatrix;
Header file for basic type definitions.
Efficient implementation of a fixed-sized vector.The StaticVector class template is the representatio...
Definition: Forward.h:59
Efficient implementation of a dynamically sized vector with static memory.The HybridVector class temp...
Definition: Forward.h:57
Namespace of the Blaze C++ math library.
Definition: Blaze.h:57
Efficient implementation of a fixed-sized matrix.The StaticMatrix class template is the representatio...
Definition: Forward.h:58
Efficient implementation of a dynamically sized matrix with static memory.The HybridMatrix class temp...
Definition: Forward.h:56