blaze
system
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
43
#include <
blaze/config/TransposeFlag.h
>
44
#include <
blaze/math/TransposeFlag.h
>
45
46
47
namespace
blaze
{
48
49
//=================================================================================================
50
//
51
// TRANSPOSE FLAG
52
//
53
//=================================================================================================
54
55
//*************************************************************************************************
57
constexpr
bool
defaultTransposeFlag =
BLAZE_DEFAULT_TRANSPOSE_FLAG
;
59
//*************************************************************************************************
60
61
}
// namespace blaze
62
63
#endif
TransposeFlag.h
Header file for the vector transpose flag types.
blaze
Namespace of the Blaze C++ math library.
Definition:
Blaze.h:57
TransposeFlag.h
Configuration of the default transpose flag for all vectors of the Blaze library. ...
BLAZE_DEFAULT_TRANSPOSE_FLAG
#define BLAZE_DEFAULT_TRANSPOSE_FLAG
The default transpose flag for all vectors of the Blaze library.This value specifies the default tran...
Definition:
TransposeFlag.h:63
Generated on Fri Aug 18 2017 05:49:59 by
1.8.13