#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) |
|
◆ CAT
◆ CAT2
#define CAT2 |
( |
|
A, |
|
|
|
B |
|
) |
| A##B |
◆ MAKE_STRING
◆ MAKE_STRING2
#define MAKE_STRING2 |
( |
|
S | ) |
#S |
◆ SCALAR [1/2]
◆ SCALAR [2/2]
◆ SCALAR_PREFIX [1/2]
◆ SCALAR_PREFIX [2/2]
◆ dgehrd_()
void dgehrd_ |
( |
const int * |
n, |
|
|
int * |
ilo, |
|
|
int * |
ihi, |
|
|
double * |
a, |
|
|
const int * |
lda, |
|
|
double * |
tau, |
|
|
double * |
work, |
|
|
int * |
lwork, |
|
|
int * |
info |
|
) |
| |
◆ dgetc2_()
void dgetc2_ |
( |
const int * |
n, |
|
|
double * |
a, |
|
|
const int * |
lda, |
|
|
int * |
ipiv, |
|
|
int * |
jpiv, |
|
|
int * |
info |
|
) |
| |
◆ dsytrd_()
void dsytrd_ |
( |
char * |
uplo, |
|
|
const int * |
n, |
|
|
double * |
a, |
|
|
const int * |
lda, |
|
|
double * |
d, |
|
|
double * |
e, |
|
|
double * |
tau, |
|
|
double * |
work, |
|
|
int * |
lwork, |
|
|
int * |
info |
|
) |
| |
◆ sgehrd_()
void sgehrd_ |
( |
const int * |
n, |
|
|
int * |
ilo, |
|
|
int * |
ihi, |
|
|
float * |
a, |
|
|
const int * |
lda, |
|
|
float * |
tau, |
|
|
float * |
work, |
|
|
int * |
lwork, |
|
|
int * |
info |
|
) |
| |
◆ sgetc2_()
void sgetc2_ |
( |
const int * |
n, |
|
|
float * |
a, |
|
|
const int * |
lda, |
|
|
int * |
ipiv, |
|
|
int * |
jpiv, |
|
|
int * |
info |
|
) |
| |
◆ ssytrd_()
void ssytrd_ |
( |
char * |
uplo, |
|
|
const int * |
n, |
|
|
float * |
a, |
|
|
const int * |
lda, |
|
|
float * |
d, |
|
|
float * |
e, |
|
|
float * |
tau, |
|
|
float * |
work, |
|
|
int * |
lwork, |
|
|
int * |
info |
|
) |
| |
◆ intone
◆ left
◆ lower
◆ nonunit
◆ notrans
◆ right
◆ trans