Go to the source code of this file.
Functions |
| void | wrap_dsyev (char jobz, char uplo, int n, double *a, int lda, double *w, int *info) |
| void | wrap_dgesvd (char jobu, char jobvt, int m, int n, double *a, int lda, double *sing, double *u, int ldu, double *vt, int ldvt, int *info) |
| int | dsyev_ (char *, char *, int *, double *, int *, double *, double *, int *, int *) |
| int | dgesvd_ (char *jobu, char *jobvt, int *m, int *n, double *a, int *lda, double *s, double *u, int *ldu, double *vt, int *ldvt, double *work, int *lwork, int *info) |
| int | dposv_ (const char *uplo, const int *n, const int *nrhs, double *a, const int *lda, double *b, const int *ldb, int *info) |
Function Documentation
| int dgesvd_ |
( |
char * |
jobu, |
|
|
char * |
jobvt, |
|
|
int * |
m, |
|
|
int * |
n, |
|
|
double * |
a, |
|
|
int * |
lda, |
|
|
double * |
s, |
|
|
double * |
u, |
|
|
int * |
ldu, |
|
|
double * |
vt, |
|
|
int * |
ldvt, |
|
|
double * |
work, |
|
|
int * |
lwork, |
|
|
int * |
info |
|
) |
| |
| int dposv_ |
( |
const char * |
uplo, |
|
|
const int * |
n, |
|
|
const int * |
nrhs, |
|
|
double * |
a, |
|
|
const int * |
lda, |
|
|
double * |
b, |
|
|
const int * |
ldb, |
|
|
int * |
info |
|
) |
| |
| int dsyev_ |
( |
char * |
, |
|
|
char * |
, |
|
|
int * |
, |
|
|
double * |
, |
|
|
int * |
, |
|
|
double * |
, |
|
|
double * |
, |
|
|
int * |
, |
|
|
int * |
|
|
) |
| |