35 #ifndef _BLAZE_MATH_DENSE_FORWARD_H_ 36 #define _BLAZE_MATH_DENSE_FORWARD_H_ 54 template<
typename,
bool,
bool,
bool,
typename >
class CustomMatrix;
55 template<
typename,
bool,
bool,
bool,
typename >
class CustomVector;
56 template<
typename,
bool >
class DynamicVector;
57 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:61
Efficient implementation of a dynamically sized vector with static memory.The HybridVector class temp...
Definition: Forward.h:59
Namespace of the Blaze C++ math library.
Definition: Blaze.h:58
Efficient implementation of a fixed-sized matrix.The StaticMatrix class template is the representatio...
Definition: Forward.h:60
Efficient implementation of a dynamically sized matrix with static memory.The HybridMatrix class temp...
Definition: Forward.h:58