SHOGUN  6.0.0
Macros | Functions
lapack.cpp File Reference

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)
 

Macro Definition Documentation

◆ DGEQRF

#define DGEQRF   dgeqrf_

Definition at line 50 of file lapack.cpp.

◆ DGESVD

#define DGESVD   dgesvd_

Definition at line 44 of file lapack.cpp.

◆ DGETRF

#define DGETRF   dgetrf_

Definition at line 49 of file lapack.cpp.

◆ DGETRI

#define DGETRI   dgetri_

Definition at line 48 of file lapack.cpp.

◆ DGETRS

#define DGETRS   dgetrs_

Definition at line 53 of file lapack.cpp.

◆ DORGQR

#define DORGQR   dorgqr_

Definition at line 51 of file lapack.cpp.

◆ DPOSV

#define DPOSV   dposv_

Definition at line 45 of file lapack.cpp.

◆ DPOTRF

#define DPOTRF   dpotrf_

Definition at line 46 of file lapack.cpp.

◆ DPOTRI

#define DPOTRI   dpotri_

Definition at line 47 of file lapack.cpp.

◆ DPOTRS

#define DPOTRS   dpotrs_

Definition at line 54 of file lapack.cpp.

◆ DSTEMR

#define DSTEMR   dstemr_

Definition at line 56 of file lapack.cpp.

◆ DSYEV

#define DSYEV   dsyev_

Definition at line 43 of file lapack.cpp.

◆ DSYEVR

#define DSYEVR   dsyevr_

Definition at line 52 of file lapack.cpp.

◆ DSYGVX

#define DSYGVX   dsygvx_

Definition at line 55 of file lapack.cpp.


SHOGUN Machine Learning Toolbox - Documentation