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