#include <c_interface_base.h>
#include <complex>
#include "blas.h"
#include "blas_interface_impl.hh"
Go to the source code of this file.
|
void | dgehrd_ (const int *n, int *ilo, int *ihi, double *a, const int *lda, double *tau, double *work, int *lwork, int *info) |
|
void | dgetc2_ (const int *n, double *a, const int *lda, int *ipiv, int *jpiv, int *info) |
|
void | dsytrd_ (char *uplo, const int *n, double *a, const int *lda, double *d, double *e, double *tau, double *work, int *lwork, int *info) |
|
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) |
|
#define CAT2 |
( |
|
A, |
|
|
|
B |
|
) |
| A##B |
#define MAKE_STRING2 |
( |
|
S | ) |
#S |
void dgehrd_ |
( |
const int * |
n, |
|
|
int * |
ilo, |
|
|
int * |
ihi, |
|
|
double * |
a, |
|
|
const int * |
lda, |
|
|
double * |
tau, |
|
|
double * |
work, |
|
|
int * |
lwork, |
|
|
int * |
info |
|
) |
| |
void dgetc2_ |
( |
const int * |
n, |
|
|
double * |
a, |
|
|
const int * |
lda, |
|
|
int * |
ipiv, |
|
|
int * |
jpiv, |
|
|
int * |
info |
|
) |
| |
void dsytrd_ |
( |
char * |
uplo, |
|
|
const int * |
n, |
|
|
double * |
a, |
|
|
const int * |
lda, |
|
|
double * |
d, |
|
|
double * |
e, |
|
|
double * |
tau, |
|
|
double * |
work, |
|
|
int * |
lwork, |
|
|
int * |
info |
|
) |
| |
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 |
|
) |
| |