NanoStructures  1.0
DMFT solver for layered, strongly correlated nanostructures
mkl_types.h
1 #ifndef MKL_TYPES_H
2 #define MKL_TYPES_H
3 
4 #ifndef MKL_Complex16
5 typedef
6 struct _MKL_Complex16 {
7  double real;
8  double imag;
10 #endif
11 
12 #endif // MKL_TYPES_H
Definition: mkl_types.h:5