35#ifndef _BLAZE_MATH_DENSE_FORWARD_H_
36#define _BLAZE_MATH_DENSE_FORWARD_H_
63template<
typename Type
71template<
typename Type
80template<
typename Type
88template<
typename Type
97template<
typename Type
99 ,
typename Alloc = AlignedAllocator<Type>
103template<
typename Type
105 ,
typename Alloc = AlignedAllocator<Type>
109template<
typename Type
115 DynamicVector<RemoveConst_t<Type>,TF,AlignedAllocator<Type>,Tag> >
118template<
typename Type
124 DynamicMatrix<RemoveConst_t<Type>,SO,AlignedAllocator<Type>,Tag> >
127template<
typename Type
132template<
typename Type
137template<
typename Type
140class InitializerVector;
142template<
typename Type
144class InitializerMatrix;
Header file for the alignment flag enumeration.
Header file for the GroupTag class template.
Header file for the padding flag enumeration.
Header file for the RemoveConst type trait.
GroupTag< 0UL > Group0
Tag for group 0. This is the default tag for vectors and matrices.
Definition: GroupTag.h:91
PaddingFlag
Padding flag for (un-)padded vectors and matrices.
Definition: PaddingFlag.h:77
AlignmentFlag
Alignment flag for (un-)aligned vectors and matrices.
Definition: AlignmentFlag.h:63
constexpr PaddingFlag defaultPaddingFlag
The default padding flag for all vectors and matrices of the Blaze library.
Definition: Padding.h:74
constexpr AlignmentFlag defaultAlignmentFlag
The default alignment for all vectors and matrices of the Blaze library.
Definition: Alignment.h:75
constexpr bool defaultTransposeFlag
The default transpose flag for all vectors of the Blaze library.
Definition: TransposeFlag.h:75
constexpr bool defaultStorageOrder
The default storage order for all matrices of the Blaze library.
Definition: StorageOrder.h:75
Header file for the default alignment for all vectors and matrices of the Blaze library.
Header file for the default padding flag for all vectors and matrices of the Blaze library.
Header file for the default storage order for all vectors of the Blaze library.
Header file for the default transpose flag for all vectors of the Blaze library.
Header file for all forward declarations of the utility module.
Header file for basic type definitions.