Blaze 3.9
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
57extern "C" {
58#include BLAZE_BLAS_INCLUDE_FILE
59}
60#endif
61
62#endif
Configuration of the BLAS mode.