template<class T1, class T2, class OP>
struct qmcplusplus::OTAssign< TinyMatrix< T1, 4, 4 >, TinyMatrix< T2, 4, 4 >, OP >
Definition at line 230 of file TinyMatrixOps.h.
◆ apply()
Definition at line 232 of file TinyMatrixOps.h.
244 op(lhs[10], rhs[10]);
245 op(lhs[11], rhs[11]);
246 op(lhs[12], rhs[12]);
247 op(lhs[13], rhs[13]);
248 op(lhs[14], rhs[14]);
249 op(lhs[15], rhs[15]);
The documentation for this struct was generated from the following file:
- /home/pk7/projects/qmc/for_cron_doxygen/qmcpack/src/Containers/OhmmsPETE/TinyMatrixOps.h