MADNESS
version 0.9
|
#include <madness/madness_config.h>
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 std::complex<double> double_complex |