#include "f77_interface.hh"
#include <complex>
#include "cblas.h"
#include "blas.h"
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
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
char lower = 'L' [static] |
char right = 'R' [static] |