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) |
| int | dpotrf_ (const char *uplo, int *n, double *a, int *lda, int *info) |
| 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 dpotrf_ | ( | const char * | uplo, | |
| int * | n, | |||
| double * | a, | |||
| int * | lda, | |||
| int * | info | |||
| ) |
| int dsyev_ | ( | char * | , | |
| char * | , | |||
| int * | , | |||
| double * | , | |||
| int * | , | |||
| double * | , | |||
| double * | , | |||
| int * | , | |||
| int * | ||||
| ) |
| 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.