Go to the source code of this file.
Namespaces | |
namespace | atlas |
namespace for ATLAS functions (imported from the global namespace) | |
Functions | |
template<typename eT > | |
static const eT & | atlas::tmp_real (const eT &X) |
template<typename T > | |
static const T & | atlas::tmp_real (const std::complex< T > &X) |
template<typename eT > | |
void | atlas::cblas_gemv (const enum CBLAS_ORDER Order, const enum CBLAS_TRANSPOSE TransA, const int M, const int N, const eT alpha, const eT *A, const int lda, const eT *X, const int incX, const eT beta, eT *Y, const int incY) |
template<typename eT > | |
void | atlas::cblas_gemm (const enum CBLAS_ORDER Order, const enum CBLAS_TRANSPOSE TransA, const enum CBLAS_TRANSPOSE TransB, const int M, const int N, const int K, const eT alpha, const eT *A, const int lda, const eT *B, const int ldb, const eT beta, eT *C, const int ldc) |
template<typename eT > | |
int | atlas::clapack_getrf (const enum CBLAS_ORDER Order, const int M, const int N, eT *A, const int lda, int *ipiv) |
template<typename eT > | |
int | atlas::clapack_getri (const enum CBLAS_ORDER Order, const int N, eT *A, const int lda, const int *ipiv) |