|
static void | apply (Tensor< T1, D > &lhs, T2 rhs, OP op) |
|
template<class T1, class T2, class OP, unsigned D>
struct qmcplusplus::OTAssign< Tensor< T1, D >, T2, OP >
Definition at line 31 of file TensorOps.h.
◆ apply()
static void apply |
( |
Tensor< T1, D > & |
lhs, |
|
|
T2 |
rhs, |
|
|
OP |
op |
|
) |
| |
|
inlinestatic |
Definition at line 33 of file TensorOps.h.
35 for (
unsigned d = 0; d < D * D; ++d)
The documentation for this struct was generated from the following file:
- /home/pk7/projects/qmc/for_cron_doxygen/qmcpack/src/Containers/OhmmsPETE/TensorOps.h