Blaze 3.9
Padding.h
Go to the documentation of this file.
1//=================================================================================================
33//=================================================================================================
34
35#ifndef _BLAZE_SYSTEM_PADDING_H_
36#define _BLAZE_SYSTEM_PADDING_H_
37
38
39//*************************************************************************************************
40// Includes
41//*************************************************************************************************
42
45
46
47namespace blaze {
48
49//=================================================================================================
50//
51// PADDING FLAG
52//
53//=================================================================================================
54
55//*************************************************************************************************
75//*************************************************************************************************
76
77} // namespace blaze
78
79#endif
Header file for the padding flag enumeration.
Configuration of the default padding flag for all vectors and matrices of the Blaze library.
#define BLAZE_DEFAULT_PADDING_FLAG
The default padding flag for all vectors and matrices of the Blaze library.
Definition: Padding.h:67
PaddingFlag
Padding flag for (un-)padded vectors and matrices.
Definition: PaddingFlag.h:77
constexpr PaddingFlag defaultPaddingFlag
The default padding flag for all vectors and matrices of the Blaze library.
Definition: Padding.h:74