|
liblapackwrap 0.1
|
#include <blas.h>
Include dependency graph for blaswrap_functions_complex_single.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 complex |
| #define | LAPACK_COMPLEXDOUBLEONLY_TYPENAME float |
| #define | LAPACK_COMPLEXSINGLEONLY_TYPENAME complex |
| #define | GEMM cgemm_ |
Functions | |
| void | llw_bw_complex_single_set_from_double (struct llw_complex_single *item, double value) |
| void | llw_bw_complex_single_no_such_function_filler (char thing,...) |
| void | llw_bw_complex_single_no_such_function_filler_ (char *thing,...) |
| #define ACML 0 |
Definition at line 21 of file blaswrap_functions_complex_single.c.
| #define CELL 1 |
Definition at line 22 of file blaswrap_functions_complex_single.c.
| #define FCALL |
Definition at line 34 of file blaswrap_functions_complex_single.c.
| #define GEMM cgemm_ |
Definition at line 39 of file blaswrap_functions_complex_single.c.
| #define LAPACK_COMPLEX_TYPENAME complex |
Definition at line 35 of file blaswrap_functions_complex_single.c.
| #define LAPACK_COMPLEXDOUBLEONLY_TYPENAME float |
Definition at line 36 of file blaswrap_functions_complex_single.c.
| #define LAPACK_COMPLEXSINGLEONLY_TYPENAME complex |
Definition at line 37 of file blaswrap_functions_complex_single.c.
| void llw_bw_complex_single_no_such_function_filler | ( | char | thing, |
| ... | |||
| ) |
Definition at line 29 of file blaswrap_functions_complex_single.c.
{}
| void llw_bw_complex_single_no_such_function_filler_ | ( | char * | thing, |
| ... | |||
| ) |
Definition at line 30 of file blaswrap_functions_complex_single.c.
{}
| void llw_bw_complex_single_set_from_double | ( | struct llw_complex_single * | item, |
| double | value | ||
| ) |
Definition at line 24 of file blaswrap_functions_complex_single.c.
References llw_complex_single::im, and llw_complex_single::re.
Referenced by llw_complex_single_gemm_a().
Here is the caller graph for this function: