Namespaces | Functions

atlas_proto.hpp File Reference

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 >
arma_inline eT atlas::cblas_dot (const int N, const eT *X, const eT *Y)
template<typename eT >
arma_inline eT atlas::cx_cblas_dot (const int N, const eT *X, const eT *Y)
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)