|
liblapackwrap 0.1
|
#include <lapack.h>
Include dependency graph for lapackwrap_functions_complex_double.c:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Defines | |
| #define | ACML 0 |
| #define | CELL 1 |
| #define | FCALL |
| #define | LAPACK_COMPLEX_TYPENAME doublecomplex |
| #define | LAPACK_COMPLEXDOUBLEONLY_TYPENAME doublecomplex |
| #define | LAPACK_COMPLEXSINGLEONLY_TYPENAME double |
| #define | STEGR zstegr_ |
| #define | SBTRD zhbtrd_ |
| #define | SYTRD zhetrd_ |
| #define | ORGTR zungtr_ |
Functions | |
| void | llw_lw_complex_double_set_from_double (struct llw_complex_double *item, double value) |
| void | llw_lw_complex_double_no_such_function_filler (char thing,...) |
| void | llw_lw_complex_double_no_such_function_filler_ (char *thing,...) |
| #define ACML 0 |
Definition at line 21 of file lapackwrap_functions_complex_double.c.
| #define CELL 1 |
Definition at line 22 of file lapackwrap_functions_complex_double.c.
| #define FCALL |
Definition at line 37 of file lapackwrap_functions_complex_double.c.
| #define LAPACK_COMPLEX_TYPENAME doublecomplex |
Definition at line 38 of file lapackwrap_functions_complex_double.c.
| #define LAPACK_COMPLEXDOUBLEONLY_TYPENAME doublecomplex |
Definition at line 39 of file lapackwrap_functions_complex_double.c.
| #define LAPACK_COMPLEXSINGLEONLY_TYPENAME double |
Definition at line 40 of file lapackwrap_functions_complex_double.c.
| #define ORGTR zungtr_ |
Definition at line 45 of file lapackwrap_functions_complex_double.c.
Referenced by llw_complex_double_orgtr(), llw_complex_single_orgtr(), llw_real_double_orgtr(), and llw_real_single_orgtr().
| #define SBTRD zhbtrd_ |
Definition at line 43 of file lapackwrap_functions_complex_double.c.
Referenced by llw_complex_double_sbtrd(), llw_complex_single_sbtrd(), llw_real_double_sbtrd(), and llw_real_single_sbtrd().
| #define STEGR zstegr_ |
Definition at line 42 of file lapackwrap_functions_complex_double.c.
Referenced by llw_complex_double_stegr(), llw_complex_single_stegr(), llw_real_double_stegr(), and llw_real_single_stegr().
| #define SYTRD zhetrd_ |
Definition at line 44 of file lapackwrap_functions_complex_double.c.
Referenced by llw_complex_double_sytrd(), llw_complex_single_sytrd(), llw_real_double_sytrd(), and llw_real_single_sytrd().
| void llw_lw_complex_double_no_such_function_filler | ( | char | thing, |
| ... | |||
| ) |
Definition at line 29 of file lapackwrap_functions_complex_double.c.
{}
| void llw_lw_complex_double_no_such_function_filler_ | ( | char * | thing, |
| ... | |||
| ) |
Definition at line 30 of file lapackwrap_functions_complex_double.c.
{}
| void llw_lw_complex_double_set_from_double | ( | struct llw_complex_double * | item, |
| double | value | ||
| ) |
Definition at line 24 of file lapackwrap_functions_complex_double.c.
References llw_complex_double::im, and llw_complex_double::re.