GHOST  1.1.2
General, Hybrid, and Optimized Sparse Toolkit
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
blas_util.h
Go to the documentation of this file.
1 
6 #ifndef GHOST_BLAS_UTIL_H
7 #define GHOST_BLAS_UTIL_H
8 
9 #include "ghost/config.h"
10 
11 int ghost_blas_err_pop();
12 
13 #ifdef GHOST_HAVE_MKL
14 void cblas_xerbla(const char *name, const int num);
15 #endif
16 
17 #ifdef GHOST_HAVE_GSL
18 void cblas_xerbla (int p, const char *rout, const char *form, ...);
19 #endif
20 
21 #endif
int ghost_blas_err_pop()
Definition: blas_util.c:26