#include "cblas.h"Go to the source code of this file.
| Defines | |
| #define | ATLAS_DIAG CBLAS_DIAG | 
| #define | ATLAS_ORDER CBLAS_ORDER | 
| #define | ATLAS_UPLO CBLAS_UPLO | 
| Functions | |
| int | clapack_cgesv (const enum CBLAS_ORDER Order, const int N, const int NRHS, void *A, const int lda, int *ipiv, void *B, const int ldb) | 
| int | clapack_cgetrf (const enum CBLAS_ORDER Order, const int M, const int N, void *A, const int lda, int *ipiv) | 
| int | clapack_cgetri (const enum CBLAS_ORDER Order, const int N, void *A, const int lda, const int *ipiv) | 
| int | clapack_cgetrs (const enum CBLAS_ORDER Order, const enum CBLAS_TRANSPOSE Trans, const int N, const int NRHS, const void *A, const int lda, const int *ipiv, void *B, const int ldb) | 
| int | clapack_clauum (const enum ATLAS_ORDER Order, const enum ATLAS_UPLO Uplo, const int N, void *A, const int lda) | 
| int | clapack_cposv (const enum ATLAS_ORDER Order, const enum ATLAS_UPLO Uplo, const int N, const int NRHS, void *A, const int lda, void *B, const int ldb) | 
| int | clapack_cpotrf (const enum ATLAS_ORDER Order, const enum ATLAS_UPLO Uplo, const int N, void *A, const int lda) | 
| int | clapack_cpotri (const enum ATLAS_ORDER Order, const enum ATLAS_UPLO Uplo, const int N, void *A, const int lda) | 
| int | clapack_cpotrs (const enum CBLAS_ORDER Order, const enum CBLAS_UPLO Uplo, const int N, const int NRHS, const void *A, const int lda, void *B, const int ldb) | 
| int | clapack_ctrtri (const enum ATLAS_ORDER Order, const enum ATLAS_UPLO Uplo, const enum ATLAS_DIAG Diag, const int N, void *A, const int lda) | 
| int | clapack_dgesv (const enum CBLAS_ORDER Order, const int N, const int NRHS, double *A, const int lda, int *ipiv, double *B, const int ldb) | 
| int | clapack_dgetrf (const enum CBLAS_ORDER Order, const int M, const int N, double *A, const int lda, int *ipiv) | 
| int | clapack_dgetri (const enum CBLAS_ORDER Order, const int N, double *A, const int lda, const int *ipiv) | 
| int | clapack_dgetrs (const enum CBLAS_ORDER Order, const enum CBLAS_TRANSPOSE Trans, const int N, const int NRHS, const double *A, const int lda, const int *ipiv, double *B, const int ldb) | 
| int | clapack_dlauum (const enum ATLAS_ORDER Order, const enum ATLAS_UPLO Uplo, const int N, double *A, const int lda) | 
| int | clapack_dposv (const enum ATLAS_ORDER Order, const enum ATLAS_UPLO Uplo, const int N, const int NRHS, double *A, const int lda, double *B, const int ldb) | 
| int | clapack_dpotrf (const enum ATLAS_ORDER Order, const enum ATLAS_UPLO Uplo, const int N, double *A, const int lda) | 
| int | clapack_dpotri (const enum ATLAS_ORDER Order, const enum ATLAS_UPLO Uplo, const int N, double *A, const int lda) | 
| int | clapack_dpotrs (const enum CBLAS_ORDER Order, const enum CBLAS_UPLO Uplo, const int N, const int NRHS, const double *A, const int lda, double *B, const int ldb) | 
| int | clapack_dtrtri (const enum ATLAS_ORDER Order, const enum ATLAS_UPLO Uplo, const enum ATLAS_DIAG Diag, const int N, double *A, const int lda) | 
| int | clapack_sgesv (const enum CBLAS_ORDER Order, const int N, const int NRHS, float *A, const int lda, int *ipiv, float *B, const int ldb) | 
| int | clapack_sgetrf (const enum CBLAS_ORDER Order, const int M, const int N, float *A, const int lda, int *ipiv) | 
| int | clapack_sgetri (const enum CBLAS_ORDER Order, const int N, float *A, const int lda, const int *ipiv) | 
| int | clapack_sgetrs (const enum CBLAS_ORDER Order, const enum CBLAS_TRANSPOSE Trans, const int N, const int NRHS, const float *A, const int lda, const int *ipiv, float *B, const int ldb) | 
| int | clapack_slauum (const enum ATLAS_ORDER Order, const enum ATLAS_UPLO Uplo, const int N, float *A, const int lda) | 
| int | clapack_sposv (const enum ATLAS_ORDER Order, const enum ATLAS_UPLO Uplo, const int N, const int NRHS, float *A, const int lda, float *B, const int ldb) | 
| int | clapack_spotrf (const enum ATLAS_ORDER Order, const enum ATLAS_UPLO Uplo, const int N, float *A, const int lda) | 
| int | clapack_spotri (const enum ATLAS_ORDER Order, const enum ATLAS_UPLO Uplo, const int N, float *A, const int lda) | 
| int | clapack_spotrs (const enum CBLAS_ORDER Order, const enum CBLAS_UPLO Uplo, const int N, const int NRHS, const float *A, const int lda, float *B, const int ldb) | 
| int | clapack_strtri (const enum ATLAS_ORDER Order, const enum ATLAS_UPLO Uplo, const enum ATLAS_DIAG Diag, const int N, float *A, const int lda) | 
| int | clapack_zgesv (const enum CBLAS_ORDER Order, const int N, const int NRHS, void *A, const int lda, int *ipiv, void *B, const int ldb) | 
| int | clapack_zgetrf (const enum CBLAS_ORDER Order, const int M, const int N, void *A, const int lda, int *ipiv) | 
| int | clapack_zgetri (const enum CBLAS_ORDER Order, const int N, void *A, const int lda, const int *ipiv) | 
| int | clapack_zgetrs (const enum CBLAS_ORDER Order, const enum CBLAS_TRANSPOSE Trans, const int N, const int NRHS, const void *A, const int lda, const int *ipiv, void *B, const int ldb) | 
| int | clapack_zlauum (const enum ATLAS_ORDER Order, const enum ATLAS_UPLO Uplo, const int N, void *A, const int lda) | 
| int | clapack_zposv (const enum ATLAS_ORDER Order, const enum ATLAS_UPLO Uplo, const int N, const int NRHS, void *A, const int lda, void *B, const int ldb) | 
| int | clapack_zpotrf (const enum ATLAS_ORDER Order, const enum ATLAS_UPLO Uplo, const int N, void *A, const int lda) | 
| int | clapack_zpotri (const enum ATLAS_ORDER Order, const enum ATLAS_UPLO Uplo, const int N, void *A, const int lda) | 
| int | clapack_zpotrs (const enum CBLAS_ORDER Order, const enum CBLAS_UPLO Uplo, const int N, const int NRHS, const void *A, const int lda, void *B, const int ldb) | 
| int | clapack_ztrtri (const enum ATLAS_ORDER Order, const enum ATLAS_UPLO Uplo, const enum ATLAS_DIAG Diag, const int N, void *A, const int lda) | 
| #define ATLAS_DIAG CBLAS_DIAG | 
| #define ATLAS_ORDER CBLAS_ORDER | 
| #define ATLAS_UPLO CBLAS_UPLO | 
| int clapack_cgesv | ( | const enum CBLAS_ORDER | Order, | |
| const int | N, | |||
| const int | NRHS, | |||
| void * | A, | |||
| const int | lda, | |||
| int * | ipiv, | |||
| void * | B, | |||
| const int | ldb | |||
| ) | 
| int clapack_cgetrf | ( | const enum CBLAS_ORDER | Order, | |
| const int | M, | |||
| const int | N, | |||
| void * | A, | |||
| const int | lda, | |||
| int * | ipiv | |||
| ) | 
| int clapack_cgetri | ( | const enum CBLAS_ORDER | Order, | |
| const int | N, | |||
| void * | A, | |||
| const int | lda, | |||
| const int * | ipiv | |||
| ) | 
| int clapack_cgetrs | ( | const enum CBLAS_ORDER | Order, | |
| const enum CBLAS_TRANSPOSE | Trans, | |||
| const int | N, | |||
| const int | NRHS, | |||
| const void * | A, | |||
| const int | lda, | |||
| const int * | ipiv, | |||
| void * | B, | |||
| const int | ldb | |||
| ) | 
| int clapack_clauum | ( | const enum ATLAS_ORDER | Order, | |
| const enum ATLAS_UPLO | Uplo, | |||
| const int | N, | |||
| void * | A, | |||
| const int | lda | |||
| ) | 
| int clapack_cposv | ( | const enum ATLAS_ORDER | Order, | |
| const enum ATLAS_UPLO | Uplo, | |||
| const int | N, | |||
| const int | NRHS, | |||
| void * | A, | |||
| const int | lda, | |||
| void * | B, | |||
| const int | ldb | |||
| ) | 
| int clapack_cpotrf | ( | const enum ATLAS_ORDER | Order, | |
| const enum ATLAS_UPLO | Uplo, | |||
| const int | N, | |||
| void * | A, | |||
| const int | lda | |||
| ) | 
| int clapack_cpotri | ( | const enum ATLAS_ORDER | Order, | |
| const enum ATLAS_UPLO | Uplo, | |||
| const int | N, | |||
| void * | A, | |||
| const int | lda | |||
| ) | 
| int clapack_cpotrs | ( | const enum CBLAS_ORDER | Order, | |
| const enum CBLAS_UPLO | Uplo, | |||
| const int | N, | |||
| const int | NRHS, | |||
| const void * | A, | |||
| const int | lda, | |||
| void * | B, | |||
| const int | ldb | |||
| ) | 
| int clapack_ctrtri | ( | const enum ATLAS_ORDER | Order, | |
| const enum ATLAS_UPLO | Uplo, | |||
| const enum ATLAS_DIAG | Diag, | |||
| const int | N, | |||
| void * | A, | |||
| const int | lda | |||
| ) | 
| int clapack_dgesv | ( | const enum CBLAS_ORDER | Order, | |
| const int | N, | |||
| const int | NRHS, | |||
| double * | A, | |||
| const int | lda, | |||
| int * | ipiv, | |||
| double * | B, | |||
| const int | ldb | |||
| ) | 
Referenced by boost::numeric::bindings::atlas::detail::gesv().
| int clapack_dgetrf | ( | const enum CBLAS_ORDER | Order, | |
| const int | M, | |||
| const int | N, | |||
| double * | A, | |||
| const int | lda, | |||
| int * | ipiv | |||
| ) | 
Referenced by boost::numeric::bindings::atlas::detail::getrf().
| int clapack_dgetri | ( | const enum CBLAS_ORDER | Order, | |
| const int | N, | |||
| double * | A, | |||
| const int | lda, | |||
| const int * | ipiv | |||
| ) | 
Referenced by boost::numeric::bindings::atlas::detail::getri().
| int clapack_dgetrs | ( | const enum CBLAS_ORDER | Order, | |
| const enum CBLAS_TRANSPOSE | Trans, | |||
| const int | N, | |||
| const int | NRHS, | |||
| const double * | A, | |||
| const int | lda, | |||
| const int * | ipiv, | |||
| double * | B, | |||
| const int | ldb | |||
| ) | 
Referenced by boost::numeric::bindings::atlas::detail::getrs().
| int clapack_dlauum | ( | const enum ATLAS_ORDER | Order, | |
| const enum ATLAS_UPLO | Uplo, | |||
| const int | N, | |||
| double * | A, | |||
| const int | lda | |||
| ) | 
| int clapack_dposv | ( | const enum ATLAS_ORDER | Order, | |
| const enum ATLAS_UPLO | Uplo, | |||
| const int | N, | |||
| const int | NRHS, | |||
| double * | A, | |||
| const int | lda, | |||
| double * | B, | |||
| const int | ldb | |||
| ) | 
Referenced by boost::numeric::bindings::atlas::detail::posv().
| int clapack_dpotrf | ( | const enum ATLAS_ORDER | Order, | |
| const enum ATLAS_UPLO | Uplo, | |||
| const int | N, | |||
| double * | A, | |||
| const int | lda | |||
| ) | 
Referenced by boost::numeric::bindings::atlas::detail::potrf().
| int clapack_dpotri | ( | const enum ATLAS_ORDER | Order, | |
| const enum ATLAS_UPLO | Uplo, | |||
| const int | N, | |||
| double * | A, | |||
| const int | lda | |||
| ) | 
Referenced by boost::numeric::bindings::atlas::detail::potri().
| int clapack_dpotrs | ( | const enum CBLAS_ORDER | Order, | |
| const enum CBLAS_UPLO | Uplo, | |||
| const int | N, | |||
| const int | NRHS, | |||
| const double * | A, | |||
| const int | lda, | |||
| double * | B, | |||
| const int | ldb | |||
| ) | 
Referenced by boost::numeric::bindings::atlas::detail::potrs().
| int clapack_dtrtri | ( | const enum ATLAS_ORDER | Order, | |
| const enum ATLAS_UPLO | Uplo, | |||
| const enum ATLAS_DIAG | Diag, | |||
| const int | N, | |||
| double * | A, | |||
| const int | lda | |||
| ) | 
| int clapack_sgesv | ( | const enum CBLAS_ORDER | Order, | |
| const int | N, | |||
| const int | NRHS, | |||
| float * | A, | |||
| const int | lda, | |||
| int * | ipiv, | |||
| float * | B, | |||
| const int | ldb | |||
| ) | 
Referenced by boost::numeric::bindings::atlas::detail::gesv().
| int clapack_sgetrf | ( | const enum CBLAS_ORDER | Order, | |
| const int | M, | |||
| const int | N, | |||
| float * | A, | |||
| const int | lda, | |||
| int * | ipiv | |||
| ) | 
Referenced by boost::numeric::bindings::atlas::detail::getrf().
| int clapack_sgetri | ( | const enum CBLAS_ORDER | Order, | |
| const int | N, | |||
| float * | A, | |||
| const int | lda, | |||
| const int * | ipiv | |||
| ) | 
Referenced by boost::numeric::bindings::atlas::detail::getri().
| int clapack_sgetrs | ( | const enum CBLAS_ORDER | Order, | |
| const enum CBLAS_TRANSPOSE | Trans, | |||
| const int | N, | |||
| const int | NRHS, | |||
| const float * | A, | |||
| const int | lda, | |||
| const int * | ipiv, | |||
| float * | B, | |||
| const int | ldb | |||
| ) | 
Referenced by boost::numeric::bindings::atlas::detail::getrs().
| int clapack_slauum | ( | const enum ATLAS_ORDER | Order, | |
| const enum ATLAS_UPLO | Uplo, | |||
| const int | N, | |||
| float * | A, | |||
| const int | lda | |||
| ) | 
| int clapack_sposv | ( | const enum ATLAS_ORDER | Order, | |
| const enum ATLAS_UPLO | Uplo, | |||
| const int | N, | |||
| const int | NRHS, | |||
| float * | A, | |||
| const int | lda, | |||
| float * | B, | |||
| const int | ldb | |||
| ) | 
Referenced by boost::numeric::bindings::atlas::detail::posv().
| int clapack_spotrf | ( | const enum ATLAS_ORDER | Order, | |
| const enum ATLAS_UPLO | Uplo, | |||
| const int | N, | |||
| float * | A, | |||
| const int | lda | |||
| ) | 
Referenced by boost::numeric::bindings::atlas::detail::potrf().
| int clapack_spotri | ( | const enum ATLAS_ORDER | Order, | |
| const enum ATLAS_UPLO | Uplo, | |||
| const int | N, | |||
| float * | A, | |||
| const int | lda | |||
| ) | 
Referenced by boost::numeric::bindings::atlas::detail::potri().
| int clapack_spotrs | ( | const enum CBLAS_ORDER | Order, | |
| const enum CBLAS_UPLO | Uplo, | |||
| const int | N, | |||
| const int | NRHS, | |||
| const float * | A, | |||
| const int | lda, | |||
| float * | B, | |||
| const int | ldb | |||
| ) | 
Referenced by boost::numeric::bindings::atlas::detail::potrs().
| int clapack_strtri | ( | const enum ATLAS_ORDER | Order, | |
| const enum ATLAS_UPLO | Uplo, | |||
| const enum ATLAS_DIAG | Diag, | |||
| const int | N, | |||
| float * | A, | |||
| const int | lda | |||
| ) | 
| int clapack_zgesv | ( | const enum CBLAS_ORDER | Order, | |
| const int | N, | |||
| const int | NRHS, | |||
| void * | A, | |||
| const int | lda, | |||
| int * | ipiv, | |||
| void * | B, | |||
| const int | ldb | |||
| ) | 
Referenced by boost::numeric::bindings::atlas::detail::gesv().
| int clapack_zgetrf | ( | const enum CBLAS_ORDER | Order, | |
| const int | M, | |||
| const int | N, | |||
| void * | A, | |||
| const int | lda, | |||
| int * | ipiv | |||
| ) | 
Referenced by boost::numeric::bindings::atlas::detail::getrf().
| int clapack_zgetri | ( | const enum CBLAS_ORDER | Order, | |
| const int | N, | |||
| void * | A, | |||
| const int | lda, | |||
| const int * | ipiv | |||
| ) | 
Referenced by boost::numeric::bindings::atlas::detail::getri().
| int clapack_zgetrs | ( | const enum CBLAS_ORDER | Order, | |
| const enum CBLAS_TRANSPOSE | Trans, | |||
| const int | N, | |||
| const int | NRHS, | |||
| const void * | A, | |||
| const int | lda, | |||
| const int * | ipiv, | |||
| void * | B, | |||
| const int | ldb | |||
| ) | 
Referenced by boost::numeric::bindings::atlas::detail::getrs().
| int clapack_zlauum | ( | const enum ATLAS_ORDER | Order, | |
| const enum ATLAS_UPLO | Uplo, | |||
| const int | N, | |||
| void * | A, | |||
| const int | lda | |||
| ) | 
| int clapack_zposv | ( | const enum ATLAS_ORDER | Order, | |
| const enum ATLAS_UPLO | Uplo, | |||
| const int | N, | |||
| const int | NRHS, | |||
| void * | A, | |||
| const int | lda, | |||
| void * | B, | |||
| const int | ldb | |||
| ) | 
Referenced by boost::numeric::bindings::atlas::detail::posv().
| int clapack_zpotrf | ( | const enum ATLAS_ORDER | Order, | |
| const enum ATLAS_UPLO | Uplo, | |||
| const int | N, | |||
| void * | A, | |||
| const int | lda | |||
| ) | 
Referenced by boost::numeric::bindings::atlas::detail::potrf().
| int clapack_zpotri | ( | const enum ATLAS_ORDER | Order, | |
| const enum ATLAS_UPLO | Uplo, | |||
| const int | N, | |||
| void * | A, | |||
| const int | lda | |||
| ) | 
Referenced by boost::numeric::bindings::atlas::detail::potri().
| int clapack_zpotrs | ( | const enum CBLAS_ORDER | Order, | |
| const enum CBLAS_UPLO | Uplo, | |||
| const int | N, | |||
| const int | NRHS, | |||
| const void * | A, | |||
| const int | lda, | |||
| void * | B, | |||
| const int | ldb | |||
| ) | 
Referenced by boost::numeric::bindings::atlas::detail::potrs().
| int clapack_ztrtri | ( | const enum ATLAS_ORDER | Order, | |
| const enum ATLAS_UPLO | Uplo, | |||
| const enum ATLAS_DIAG | Diag, | |||
| const int | N, | |||
| void * | A, | |||
| const int | lda | |||
| ) | 
 1.6.1
 1.6.1