SHOGUN
4.2.0
|
Go to the source code of this file.
Macros | |
#define | DSYEV dsyev_ |
#define | DGESVD dgesvd_ |
#define | DPOSV dposv_ |
#define | DPOTRF dpotrf_ |
#define | DPOTRI dpotri_ |
#define | DGETRI dgetri_ |
#define | DGETRF dgetrf_ |
#define | DGEQRF dgeqrf_ |
#define | DORGQR dorgqr_ |
#define | DSYEVR dsyevr_ |
#define | DGETRS dgetrs_ |
#define | DPOTRS dpotrs_ |
#define | DSYGVX dsygvx_ |
#define | DSTEMR dstemr_ |
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) |
void | wrap_dgeqrf (int m, int n, double *a, int lda, double *tau, int *info) |
void | wrap_dorgqr (int m, int n, int k, double *a, int lda, double *tau, int *info) |
void | wrap_dsyevr (char jobz, char uplo, int n, double *a, int lda, int il, int iu, double *eigenvalues, double *eigenvectors, int *info) |
void | wrap_dsygvx (int itype, char jobz, char uplo, int n, double *a, int lda, double *b, int ldb, int il, int iu, double *eigenvalues, double *eigenvectors, int *info) |
void | wrap_dstemr (char jobz, char range, int n, double *diag, double *subdiag, double vl, double vu, int il, int iu, int *m, double *w, double *z__, int ldz, int nzc, int *isuppz, int tryrac, int *info) |
#define DGEQRF dgeqrf_ |
Definition at line 50 of file lapack.cpp.
#define DGESVD dgesvd_ |
Definition at line 44 of file lapack.cpp.
#define DGETRF dgetrf_ |
Definition at line 49 of file lapack.cpp.
#define DGETRI dgetri_ |
Definition at line 48 of file lapack.cpp.
#define DGETRS dgetrs_ |
Definition at line 53 of file lapack.cpp.
#define DORGQR dorgqr_ |
Definition at line 51 of file lapack.cpp.
#define DPOSV dposv_ |
Definition at line 45 of file lapack.cpp.
#define DPOTRF dpotrf_ |
Definition at line 46 of file lapack.cpp.
#define DPOTRI dpotri_ |
Definition at line 47 of file lapack.cpp.
#define DPOTRS dpotrs_ |
Definition at line 54 of file lapack.cpp.
#define DSTEMR dstemr_ |
Definition at line 56 of file lapack.cpp.
#define DSYEV dsyev_ |
Definition at line 43 of file lapack.cpp.
#define DSYEVR dsyevr_ |
Definition at line 52 of file lapack.cpp.
#define DSYGVX dsygvx_ |
Definition at line 55 of file lapack.cpp.