liblapackwrap 0.1

lapackwrap_functions_real_single.c File Reference

#include <lapack.h>
Include dependency graph for lapackwrap_functions_real_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   float
#define LAPACK_COMPLEXDOUBLEONLY_TYPENAME   float
#define LAPACK_COMPLEXSINGLEONLY_TYPENAME   float
#define STEGR   sstegr_
#define SBTRD   ssbtrd_
#define SYTRD   ssytrd_
#define ORGTR   sorgtr_

Functions

void llw_lw_real_single_set_from_double (float *item, double value)
void llw_lw_real_single_no_such_function_filler (char thing,...)
void llw_lw_real_single_no_such_function_filler_ (char *thing,...)

Define Documentation

#define ACML   0

Definition at line 21 of file lapackwrap_functions_real_single.c.

#define CELL   1

Definition at line 22 of file lapackwrap_functions_real_single.c.

#define FCALL

Definition at line 33 of file lapackwrap_functions_real_single.c.

#define LAPACK_COMPLEX_TYPENAME   float

Definition at line 34 of file lapackwrap_functions_real_single.c.

#define LAPACK_COMPLEXDOUBLEONLY_TYPENAME   float

Definition at line 35 of file lapackwrap_functions_real_single.c.

#define LAPACK_COMPLEXSINGLEONLY_TYPENAME   float

Definition at line 36 of file lapackwrap_functions_real_single.c.

#define ORGTR   sorgtr_

Definition at line 41 of file lapackwrap_functions_real_single.c.

#define SBTRD   ssbtrd_

Definition at line 39 of file lapackwrap_functions_real_single.c.

#define STEGR   sstegr_

Definition at line 38 of file lapackwrap_functions_real_single.c.

#define SYTRD   ssytrd_

Definition at line 40 of file lapackwrap_functions_real_single.c.


Function Documentation

void llw_lw_real_single_no_such_function_filler ( char  thing,
  ... 
)

Definition at line 28 of file lapackwrap_functions_real_single.c.

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

Definition at line 29 of file lapackwrap_functions_real_single.c.

{}
void llw_lw_real_single_set_from_double ( float *  item,
double  value 
)

Definition at line 24 of file lapackwrap_functions_real_single.c.

                                                                   {
  *item = value;
}
 All Classes Files Functions Variables Defines