Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
blaze
system
BLAS.h
Go to the documentation of this file.
1
//=================================================================================================
33
//=================================================================================================
34
35
#ifndef _BLAZE_SYSTEM_BLAS_H_
36
#define _BLAZE_SYSTEM_BLAS_H_
37
38
39
//=================================================================================================
40
//
41
// BLAS MODE CONFIGURATION
42
//
43
//=================================================================================================
44
45
#include <
blaze/config/BLAS.h
>
46
47
48
49
50
//=================================================================================================
51
//
52
// BLAS INCLUDE FILE CONFIGURATION
53
//
54
//=================================================================================================
55
56
#if BLAZE_BLAS_MODE
57
extern
"C"
{
58
#include BLAZE_BLAS_INCLUDE_FILE
59
}
60
#endif
61
62
#endif
BLAS.h
Configuration of the BLAS mode.
Generated on Wed Aug 24 2016 06:13:34 by
1.8.10