KIDS  ver-0.0.1
KIDS : Kernel Integrated Dynamics Simulator
Loading...
Searching...
No Matches
array_mkl.h
Go to the documentation of this file.
1#ifndef Array_MKL_H
2#define Array_MKL_H
3
4#define MKL_Complex16 std::complex<double> /* override complex type in MKL */
5#include <mkl.h>
6#include <mkl_lapack.h>
7
8#endif // Array_MKL_H