MADNESS  version 0.9
Namespaces | Typedefs | Functions
mtxmq.h File Reference
#include <madness/madness_config.h>
Include dependency graph for mtxmq.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 madness
 Holds machinery to set up Functions/FuncImpls using various Factories and Interfaces.
 

Typedefs

typedef std::complex< double > double_complex
 

Functions

template<typename aT , typename bT , typename cT >
void madness::mTxmq (long dimi, long dimj, long dimk, cT *restrict c, const aT *a, const bT *b)
 
template<typename aT , typename bT , typename cT >
void madness::mTxmq_padding (long dimi, long dimj, long dimk, long ext_b, cT *c, const aT *a, const bT *b)
 

Typedef Documentation

typedef std::complex<double> double_complex