Blaze 3.9
TransposeFlag.h
Go to the documentation of this file.
1//=================================================================================================
33//=================================================================================================
34
35#ifndef _BLAZE_SYSTEM_TRANSPOSEFLAG_H_
36#define _BLAZE_SYSTEM_TRANSPOSEFLAG_H_
37
38
39//*************************************************************************************************
40// Includes
41//*************************************************************************************************
42
45
46
47namespace blaze {
48
49//=================================================================================================
50//
51// TRANSPOSE FLAG
52//
53//=================================================================================================
54
55//*************************************************************************************************
76//*************************************************************************************************
77
78} // namespace blaze
79
80#endif
Configuration of the default transpose flag for all vectors of the Blaze library.
#define BLAZE_DEFAULT_TRANSPOSE_FLAG
The default transpose flag for all vectors of the Blaze library.
Definition: TransposeFlag.h:67
constexpr bool defaultTransposeFlag
The default transpose flag for all vectors of the Blaze library.
Definition: TransposeFlag.h:75
Header file for the vector transpose flag types.