Blaze 3.9
GroupTag.h
Go to the documentation of this file.
1//=================================================================================================
33//=================================================================================================
34
35#ifndef _BLAZE_MATH_GROUPTAG_H_
36#define _BLAZE_MATH_GROUPTAG_H_
37
38
39//*************************************************************************************************
40// Includes
41//*************************************************************************************************
42
43#include <blaze/util/Types.h>
44
45
46namespace blaze {
47
48//*************************************************************************************************
81template< size_t ID >
83{};
84//*************************************************************************************************
85
86
87//*************************************************************************************************
92//*************************************************************************************************
93
94
95//*************************************************************************************************
100//*************************************************************************************************
101
102
103//*************************************************************************************************
108//*************************************************************************************************
109
110
111//*************************************************************************************************
116//*************************************************************************************************
117
118
119//*************************************************************************************************
124//*************************************************************************************************
125
126
127//*************************************************************************************************
132//*************************************************************************************************
133
134
135//*************************************************************************************************
140//*************************************************************************************************
141
142
143//*************************************************************************************************
148//*************************************************************************************************
149
150
151//*************************************************************************************************
156//*************************************************************************************************
157
158
159//*************************************************************************************************
164//*************************************************************************************************
165
166} // namespace blaze
167
168#endif
Group tag for vectors and matrices.
Definition: GroupTag.h:83
Header file for basic type definitions.