#include "QCCommon.hpp"
Include dependency graph for QCBlas.hpp:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Defines | |
#define | AtlasConj |
#define | CblasColMajor |
#define | CblasConjTrans "C" |
#define | CblasLeft |
#define | CblasLower "L" |
#define | CblasNonUnit |
#define | CblasNoTrans "N" |
#define | CblasRight |
#define | CblasRowMajor |
#define | CblasTrans "T" |
#define | CblasUnit |
#define | CblasUpper "U" |
#define | QCCBlas(blasFunc) F77_FUNC(blasFunc,blasFunc) |
Functions | |
void | daxpy_ (const int &, const QCFloat &, QCFloat *, const int &, QCFloat *, const int &) |
QCFloat | ddot_ (const int &, QCFloat *, const int &, QCFloat *, const int &) |
void | dgemm_ (char *, char *, const int &, const int &, const int &, const QCFloat &, QCFloat *, const int &, QCFloat *, const int &, const QCFloat &, QCFloat *, const int &) |
void | dscal_ (const int &, const QCFloat &, QCFloat *, const int &) |
QCFloat | dswap_ (const int &, QCFloat *, const int &, QCFloat *, const int &) |
void | dsyrk_ (char *, char *, const int &, const int &, const QCFloat &, QCFloat *, const int &, const QCFloat &, QCFloat *, const int &) |
|
Definition at line 33 of file QCBlas.hpp. |
|
Definition at line 29 of file QCBlas.hpp. |
|
Definition at line 32 of file QCBlas.hpp. |
|
Definition at line 38 of file QCBlas.hpp. |
|
Definition at line 35 of file QCBlas.hpp. Referenced by QCDensityGtr< TPMatrix >::computeElems(), and QCDensityGtr< TPMatrix >::computeElemsDC(). |
|
Definition at line 36 of file QCBlas.hpp. |
|
Definition at line 30 of file QCBlas.hpp. Referenced by QCDensityGtr< TPMatrix >::computeElems(), and QCDensityGtr< TPMatrix >::computeElemsDC(). |
|
Definition at line 39 of file QCBlas.hpp. |
|
Definition at line 28 of file QCBlas.hpp. Referenced by QCDensityGtr< TPMatrix >::computeElems(), and QCDensityGtr< TPMatrix >::computeElemsDC(). |
|
Definition at line 31 of file QCBlas.hpp. Referenced by QCDensityGtr< TPMatrix >::computeElems(), and QCDensityGtr< TPMatrix >::computeElemsDC(). |
|
Definition at line 37 of file QCBlas.hpp. |
|
Definition at line 34 of file QCBlas.hpp. Referenced by QCDensityGtr< TPMatrix >::computeElems(), and QCDensityGtr< TPMatrix >::computeElemsDC(). |
|
Definition at line 42 of file QCBlas.hpp. Referenced by QCMatrix::axpy(), QCDensityGtr< TPMatrix >::computeElems(), QCDensityGtr< TPMatrix >::computeElemsDC(), QCMatrix::scale(), and QCSymMatrix::traceProduct(). |
|
For the environments that don't provide an header file for the blas function, explicit declarations of these functions. |
|
|
|
|
|
|
|
|
|
|