NanoStructures
1.0
DMFT solver for layered, strongly correlated nanostructures
Main Page
Related Pages
Modules
Classes
Files
File List
math
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;
9
}
MKL_Complex16
;
10
#endif
11
12
#endif // MKL_TYPES_H
_MKL_Complex16
Definition:
mkl_types.h:5
Generated on Sat Jun 28 2014 11:55:18 for NanoStructures by
1.8.6