liblapackwrap 0.1

blaswrap_functions_real_double.c File Reference

#include <blas.h>
Include dependency graph for blaswrap_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 GEMM   dgemm_

Functions

void llw_bw_real_double_set_from_double (double *item, double value)
void llw_bw_real_double_no_such_function_filler (char thing,...)
void llw_bw_real_double_no_such_function_filler_ (char *thing,...)

Define Documentation

#define ACML   0

Definition at line 21 of file blaswrap_functions_real_double.c.

#define CELL   1

Definition at line 22 of file blaswrap_functions_real_double.c.

#define FCALL

Definition at line 33 of file blaswrap_functions_real_double.c.

#define GEMM   dgemm_

Definition at line 38 of file blaswrap_functions_real_double.c.

#define LAPACK_COMPLEX_TYPENAME   double

Definition at line 34 of file blaswrap_functions_real_double.c.

#define LAPACK_COMPLEXDOUBLEONLY_TYPENAME   double

Definition at line 35 of file blaswrap_functions_real_double.c.

#define LAPACK_COMPLEXSINGLEONLY_TYPENAME   double

Definition at line 36 of file blaswrap_functions_real_double.c.


Function Documentation

void llw_bw_real_double_no_such_function_filler ( char  thing,
  ... 
)

Definition at line 28 of file blaswrap_functions_real_double.c.

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

Definition at line 29 of file blaswrap_functions_real_double.c.

{}
void llw_bw_real_double_set_from_double ( double *  item,
double  value 
)

Definition at line 24 of file blaswrap_functions_real_double.c.

Referenced by llw_real_double_gemm_a().

                                                                    {
  *item = value;
}

Here is the caller graph for this function:

 All Classes Files Functions Variables Defines