|
liblapackwrap 0.1
|
#include <lapack.h>
Include dependency graph for lapackwrap_functions_real_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 double |
| #define | LAPACK_COMPLEXDOUBLEONLY_TYPENAME double |
| #define | LAPACK_COMPLEXSINGLEONLY_TYPENAME double |
| #define | STEGR dstegr_ |
| #define | SBTRD dsbtrd_ |
| #define | SYTRD dsytrd_ |
| #define | ORGTR dorgtr_ |
Functions | |
| void | llw_lw_real_double_set_from_double (double *item, double value) |
| void | llw_lw_real_double_no_such_function_filler (char thing,...) |
| void | llw_lw_real_double_no_such_function_filler_ (char *thing,...) |
| #define ACML 0 |
Definition at line 21 of file lapackwrap_functions_real_double.c.
| #define CELL 1 |
Definition at line 22 of file lapackwrap_functions_real_double.c.
| #define FCALL |
Definition at line 33 of file lapackwrap_functions_real_double.c.
| #define LAPACK_COMPLEX_TYPENAME double |
Definition at line 34 of file lapackwrap_functions_real_double.c.
| #define LAPACK_COMPLEXDOUBLEONLY_TYPENAME double |
Definition at line 35 of file lapackwrap_functions_real_double.c.
| #define LAPACK_COMPLEXSINGLEONLY_TYPENAME double |
Definition at line 36 of file lapackwrap_functions_real_double.c.
| #define ORGTR dorgtr_ |
Definition at line 41 of file lapackwrap_functions_real_double.c.
| #define SBTRD dsbtrd_ |
Definition at line 39 of file lapackwrap_functions_real_double.c.
| #define STEGR dstegr_ |
Definition at line 38 of file lapackwrap_functions_real_double.c.
| #define SYTRD dsytrd_ |
Definition at line 40 of file lapackwrap_functions_real_double.c.
| void llw_lw_real_double_no_such_function_filler | ( | char | thing, |
| ... | |||
| ) |
Definition at line 28 of file lapackwrap_functions_real_double.c.
{}
| void llw_lw_real_double_no_such_function_filler_ | ( | char * | thing, |
| ... | |||
| ) |
Definition at line 29 of file lapackwrap_functions_real_double.c.
{}
| void llw_lw_real_double_set_from_double | ( | double * | item, |
| double | value | ||
| ) |
Definition at line 24 of file lapackwrap_functions_real_double.c.
{
*item = value;
}