template<class T1, class T2, class OP>
struct qmcplusplus::OTAssign< Tensor< T1, 1 >, Tensor< T2, 1 >, OP >
Definition at line 47 of file TensorOps.h.
◆ apply()
static void apply |
( |
Tensor< T1, 1 > & |
lhs, |
|
|
const Tensor< T2, 1 > & |
rhs, |
|
|
OP |
op |
|
) |
| |
|
inlinestatic |
Definition at line 49 of file TensorOps.h.
49 { op(lhs[0], rhs[0]); }
The documentation for this struct was generated from the following file:
- /home/pk7/projects/qmc/for_cron_doxygen/qmcpack/src/Containers/OhmmsPETE/TensorOps.h