GRASS 8 Programmer's Manual 8.6.0dev(2026)-1d1e47ad9d
Loading...
Searching...
No Matches
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