Go to the source code of this file.
Defines | |
| #define | DL_ATLAS 1 |
Typedefs | |
| typedef void(* | dl_cblas_zgemm_function )(CBLAS_ORDER, CBLAS_TRANSPOSE, CBLAS_TRANSPOSE, const int, const int, const int, const void *, const void *, const int, const void *, const int, const void *, void *, const int) |
| typedef void(* | dl_cblas_cgemm_function )(CBLAS_ORDER, CBLAS_TRANSPOSE, CBLAS_TRANSPOSE, const int, const int, const int, const void *, const void *, const int, const void *, const int, const void *, void *, const int) |
| typedef void(* | dl_cblas_zgemv_function )(CBLAS_ORDER, CBLAS_TRANSPOSE, const int, const int, const void *, const void *, const int, const void *, const int, const void *, void *, const int) |
| typedef void(* | dl_cblas_cgemv_function )(CBLAS_ORDER, CBLAS_TRANSPOSE, const int, const int, const void *, const void *, const int, const void *, const int, const void *, void *, const int) |
| typedef void(* | dl_lapack_zgesdd_function )(char *, int *, int *, void *, int *, void *, void *, int *, void *, int *, void *, int *, double *, int *, int *) |
| typedef void(* | dl_lapack_cgesvd_function )(char *, char *, int *, int *, void *, int *, void *, void *, int *, void *, int *, void *, int *, float *, int *, int *) |
| typedef void(* | dl_lapack_zgesvd_function )(char *, char *, int *, int *, void *, int *, void *, void *, int *, void *, int *, void *, int *, double *, int *) |
| typedef void(* | dl_lapack_cgesdd_function )(char *, int *, int *, void *, int *, void *, void *, int *, void *, int *, void *, int *, float *, int *) |
Enumerations | |
| enum | CBLAS_ORDER { CblasRowMajor = 101, CblasColMajor = 102 } |
| enum | CBLAS_TRANSPOSE { CblasNoTrans = 111, CblasTrans = 112, CblasConjTrans = 113, AtlasConj = 114 } |
| enum | CBLAS_UPLO { CblasUpper = 121, CblasLower = 122 } |
| enum | CBLAS_DIAG { CblasNonUnit = 131, CblasUnit = 132 } |
| enum | CBLAS_SIDE { CblasLeft = 141, CblasRight = 142 } |
Variables | |
| dl_cblas_zgemm_function | dl_cblas_zgemm |
| dl_cblas_cgemm_function | dl_cblas_cgemm |
| dl_cblas_zgemv_function | dl_cblas_zgemv |
| dl_cblas_cgemv_function | dl_cblas_cgemv |
| dl_lapack_zgesdd_function | dl_lapack_zgesdd |
| dl_lapack_cgesdd_function | dl_lapack_cgesdd |
| dl_lapack_zgesvd_function | dl_lapack_zgesvd |
| dl_lapack_cgesvd_function | dl_lapack_cgesvd |
|
|
TDSP ******************************************************************* dl_atlas.h - description ------------------- begin : Thu Nov 1 2001 copyright : (C) 2001 by Peter Jung email : jung@hhi.de Definition at line 23 of file dl_atlas.h. |
|
|
Definition at line 42 of file dl_atlas.h. |
|
|
Definition at line 52 of file dl_atlas.h. |
|
|
Definition at line 37 of file dl_atlas.h. |
|
|
Definition at line 47 of file dl_atlas.h. |
|
|
Definition at line 91 of file dl_atlas.h. |
|
|
Definition at line 69 of file dl_atlas.h. |
|
|
Definition at line 57 of file dl_atlas.h. |
|
|
Definition at line 80 of file dl_atlas.h. |
|
|
Definition at line 32 of file dl_atlas.h.
00032 {CblasNonUnit=131, CblasUnit=132};
|
|
|
Definition at line 28 of file dl_atlas.h.
00028 {CblasRowMajor=101, CblasColMajor=102 };
|
|
|
Definition at line 33 of file dl_atlas.h.
00033 {CblasLeft=141, CblasRight=142};
|
|
|
Definition at line 29 of file dl_atlas.h.
00029 {CblasNoTrans=111, CblasTrans=112, CblasConjTrans=113,
00030 AtlasConj=114};
|
|
|
Definition at line 31 of file dl_atlas.h.
00031 {CblasUpper=121, CblasLower=122};
|
|
|
Definition at line 103 of file dl_atlas.h. |
|
|
Definition at line 105 of file dl_atlas.h. |
|
|
Definition at line 102 of file dl_atlas.h. |
|
|
Definition at line 104 of file dl_atlas.h. |
|
|
Definition at line 107 of file dl_atlas.h. |
|
|
Definition at line 109 of file dl_atlas.h. |
|
|
Definition at line 106 of file dl_atlas.h. |
|
|
Definition at line 108 of file dl_atlas.h. |
1.3.2