liblapackwrap 0.1

blaswrap_functions_complex_double.c File Reference

#include <acml.h>
Include dependency graph for blaswrap_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 LAPACK_COMPLEX_TYPENAME   doublecomplex
#define LAPACK_COMPLEXDOUBLEONLY_TYPENAME   doublecomplex
#define LAPACK_COMPLEXSINGLEONLY_TYPENAME   double
#define GEMM   zgemm

Functions

void llw_bw_complex_double_set_from_double (struct llw_complex_double *item, double value)
void llw_bw_complex_double_no_such_function_filler (char thing,...)
void llw_bw_complex_double_no_such_function_filler_ (char *thing,...)

Define Documentation

#define ACML   0

Definition at line 21 of file blaswrap_functions_complex_double.c.

#define CELL   1

Definition at line 22 of file blaswrap_functions_complex_double.c.

#define LAPACK_COMPLEXDOUBLEONLY_TYPENAME   doublecomplex

Definition at line 42 of file blaswrap_functions_complex_double.c.

#define LAPACK_COMPLEXSINGLEONLY_TYPENAME   double

Definition at line 43 of file blaswrap_functions_complex_double.c.


Function Documentation

void llw_bw_complex_double_no_such_function_filler ( char  thing,
  ... 
)

Definition at line 29 of file blaswrap_functions_complex_double.c.

{}
void llw_bw_complex_double_no_such_function_filler_ ( char *  thing,
  ... 
)

Definition at line 30 of file blaswrap_functions_complex_double.c.

{}
void llw_bw_complex_double_set_from_double ( struct llw_complex_double item,
double  value 
)

Definition at line 24 of file blaswrap_functions_complex_double.c.

References llw_complex_double::im, and llw_complex_double::re.

Referenced by llw_complex_double_gemm_a().

                                                                                          {
  item->re = value;
  item->im = 0;
}

Here is the caller graph for this function:

 All Classes Files Functions Variables Defines