Blaze
3.6
blaze
system
StorageOrder.h
Go to the documentation of this file.
1
//=================================================================================================
33
//=================================================================================================
34
35
#ifndef _BLAZE_SYSTEM_STORAGEORDER_H_
36
#define _BLAZE_SYSTEM_STORAGEORDER_H_
37
38
39
//*************************************************************************************************
40
// Includes
41
//*************************************************************************************************
42
43
#include <
blaze/config/StorageOrder.h
>
44
#include <
blaze/math/StorageOrder.h
>
45
46
47
namespace
blaze
{
48
49
//=================================================================================================
50
//
51
// STORAGE ORDER
52
//
53
//=================================================================================================
54
55
//*************************************************************************************************
57
constexpr
bool
defaultStorageOrder =
BLAZE_DEFAULT_STORAGE_ORDER
;
59
//*************************************************************************************************
60
61
}
// namespace blaze
62
63
#endif
StorageOrder.h
Configuration of the default storage order for all matrices of the Blaze library.
StorageOrder.h
Header file for the matrix storage order types.
blaze
Namespace of the Blaze C++ math library.
Definition:
Blaze.h:58
BLAZE_DEFAULT_STORAGE_ORDER
#define BLAZE_DEFAULT_STORAGE_ORDER
The default storage order for all matrices of the Blaze library.This value specifies the default stor...
Definition:
StorageOrder.h:63
Generated by
1.8.15