![]() |
QMCPACK
|
Go to the source code of this file.
Classes | |
struct | TinyVector< T, D > |
Fixed-size array. More... | |
class | Tensor< T, D > |
Tensor<T,D> class for D by D tensor. More... | |
class | SymTensor< T, D > |
class | AntiSymTensor< T, D > |
class | TinyMatrix< T, D1, D2 > |
struct | OTAssign< T1, T2, OP > |
struct | OTBinary< T1, T2, OP > |
struct | OTDot< T1, T2 > |
Namespaces | |
qmcplusplus | |
helper functions for EinsplineSetBuilder | |
Macros | |
#define | PAssert(condition) assert(condition) |
#define | OHMMS_META_BINARY_OPERATORS(TENT, FUNC, TAG) |
#define | OHMMS_META_ACCUM_OPERATORS(TENT, FUNC, TAG) |
#define | OHMMS_TINYMAT_BINARY_OPERATORS(TENT, FUNC, TAG) |
#define | OHMMS_TINYMAT_ACCUM_OPERATORS(TENT, FUNC, TAG) |
class qmcplusplus::TinyMatrix |
Definition at line 38 of file OhmmsTinyMeta.h.
struct qmcplusplus::OTAssign |
Definition at line 42 of file OhmmsTinyMeta.h.
struct qmcplusplus::OTBinary |
Definition at line 45 of file OhmmsTinyMeta.h.
struct qmcplusplus::OTDot |
Definition at line 50 of file OhmmsTinyMeta.h.
#define OHMMS_META_ACCUM_OPERATORS | ( | TENT, | |
FUNC, | |||
TAG | |||
) |
Definition at line 114 of file OhmmsTinyMeta.h.
#define OHMMS_META_BINARY_OPERATORS | ( | TENT, | |
FUNC, | |||
TAG | |||
) |
Definition at line 75 of file OhmmsTinyMeta.h.
#define OHMMS_TINYMAT_ACCUM_OPERATORS | ( | TENT, | |
FUNC, | |||
TAG | |||
) |
Definition at line 169 of file OhmmsTinyMeta.h.
#define OHMMS_TINYMAT_BINARY_OPERATORS | ( | TENT, | |
FUNC, | |||
TAG | |||
) |
Definition at line 130 of file OhmmsTinyMeta.h.
#define PAssert | ( | condition | ) | assert(condition) |
Definition at line 61 of file OhmmsTinyMeta.h.
Referenced by SymTensor< Real, OHMMS_DIM >::HL(), AntiSymTensor< T, D >::operator()(), SymTensor< Real, OHMMS_DIM >::operator()(), AntiSymTensor< T, 1 >::operator()(), AntiSymTensor< T, D >::AssignProxy::operator=(), AntiSymTensor< T, 1 >::AssignProxy::operator=(), AntiSymTensor< T, D >::operator[](), SymTensor< Real, OHMMS_DIM >::operator[](), and AntiSymTensor< T, 1 >::operator[]().