LAPACK
3.6.1
LAPACK: Linear Algebra PACKage
|
#include <stdlib.h>
#include <complex.h>
Go to the source code of this file.
Macros | |
#define | lapack_int int |
#define | lapack_logical lapack_int |
#define | lapack_complex_float float _Complex |
#define | lapack_complex_double double _Complex |
#define | lapack_complex_float_real(z) (creal(z)) |
#define | lapack_complex_float_imag(z) (cimag(z)) |
#define | lapack_complex_double_real(z) (creal(z)) |
#define | lapack_complex_double_imag(z) (cimag(z)) |
#define | LAPACK_malloc(size) malloc( size ) |
#define | LAPACK_free(p) free( p ) |
Functions | |
lapack_complex_float | lapack_make_complex_float (float re, float im) |
lapack_complex_double | lapack_make_complex_double (double re, double im) |