Classes | Defines | Functions | Variables
C_BLAS_interface.hh File Reference
#include "f77_interface.hh"
#include <complex>
#include "cblas.h"
#include "blas.h"
Include dependency graph for C_BLAS_interface.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  C_BLAS_interface< real >
class  C_BLAS_interface< float >

Defines

#define MAKE_STRING(S)   MAKE_STRING2(S)
#define MAKE_STRING2(S)   #S

Functions

void sgehrd_ (const int *n, int *ilo, int *ihi, float *a, const int *lda, float *tau, float *work, int *lwork, int *info)
void sgetc2_ (const int *n, float *a, const int *lda, int *ipiv, int *jpiv, int *info)
void ssytrd_ (char *uplo, const int *n, float *a, const int *lda, float *d, float *e, float *tau, float *work, int *lwork, int *info)

Variables

static float fone = 1
static float fzero = 0
static int intone = 1
static char left = 'L'
static char lower = 'L'
static char nonunit = 'N'
static char notrans = 'N'
static char right = 'R'
static char trans = 'T'

Define Documentation

#define MAKE_STRING (   S)    MAKE_STRING2(S)

Definition at line 73 of file C_BLAS_interface.hh.

#define MAKE_STRING2 (   S)    #S

Definition at line 72 of file C_BLAS_interface.hh.


Function Documentation

void sgehrd_ ( const int *  n,
int *  ilo,
int *  ihi,
float *  a,
const int *  lda,
float *  tau,
float *  work,
int *  lwork,
int *  info 
)
void sgetc2_ ( const int *  n,
float *  a,
const int *  lda,
int *  ipiv,
int *  jpiv,
int *  info 
)
void ssytrd_ ( char *  uplo,
const int *  n,
float *  a,
const int *  lda,
float *  d,
float *  e,
float *  tau,
float *  work,
int *  lwork,
int *  info 
)

Variable Documentation

float fone = 1 [static]

Definition at line 130 of file C_BLAS_interface.hh.

float fzero = 0 [static]

Definition at line 131 of file C_BLAS_interface.hh.

int intone = 1 [static]

Definition at line 138 of file C_BLAS_interface.hh.

char left = 'L' [static]

Definition at line 137 of file C_BLAS_interface.hh.

char lower = 'L' [static]

Definition at line 135 of file C_BLAS_interface.hh.

char nonunit = 'N' [static]

Definition at line 134 of file C_BLAS_interface.hh.

char notrans = 'N' [static]

Definition at line 132 of file C_BLAS_interface.hh.

char right = 'R' [static]

Definition at line 136 of file C_BLAS_interface.hh.

char trans = 'T' [static]

Definition at line 133 of file C_BLAS_interface.hh.



re_vision
Author(s): Dorian Galvez-Lopez
autogenerated on Sun Jan 5 2014 11:33:44