Go to the source code of this file.
Defines | |
#define | DSYEV dsyev_ |
#define | DGESVD dgesvd_ |
#define | DPOSV dposv_ |
#define | DPOTRF dpotrf_ |
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) |
#define DGESVD dgesvd_ |
Definition at line 28 of file lapack.cpp.
#define DPOSV dposv_ |
Definition at line 29 of file lapack.cpp.
#define DPOTRF dpotrf_ |
Definition at line 30 of file lapack.cpp.
#define DSYEV dsyev_ |
Definition at line 27 of file lapack.cpp.
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 | |||
) |
Definition at line 117 of file lapack.cpp.
void wrap_dsyev | ( | char | jobz, | |
char | uplo, | |||
int | n, | |||
double * | a, | |||
int | lda, | |||
double * | w, | |||
int * | info | |||
) |
Definition at line 99 of file lapack.cpp.