GRASS GIS 8 Programmer's Manual  8.5.0dev(2025)-eb16a2cfc9
lapacke.h
Go to the documentation of this file.
1 #ifndef GRASS_MSVC_LAPACKE_H
2 #define GRASS_MSVC_LAPACKE_H
3 
4 #include <complex.h>
5 
6 #define LAPACK_COMPLEX_CUSTOM
7 #define lapack_complex_float _Fcomplex
8 #define lapack_complex_double _Dcomplex
9 
10 #include <../openblas/lapacke.h>
11 
12 #endif