Go to the source code of this file.
|
#define | OP_MULT1(MT1, MT2, MAT1, MAT2, T) |
|
◆ OP_MULT1
#define OP_MULT1 |
( |
|
MT1, |
|
|
|
MT2, |
|
|
|
MAT1, |
|
|
|
MAT2, |
|
|
|
T |
|
) |
| |
Value:inline ABObj<AlgebraicProdType<MT1,MT2>::Type,ABProd<ABObj<MT1,MAT1,T>, ABObj<MT2,MAT2,T> >,T>
operator*(
const ABObj<MT1,MAT1,T>& a,
const ABObj<MT2,MAT2,T>& b) { \
return
ABObj<AlgebraicProdType<MT1,MT2>::Type,ABProd<ABObj<MT1,MAT1,T>, ABObj<MT2,MAT2,T> >,T>(ABProd<ABObj<MT1,MAT1,T>, ABObj<MT2,MAT2,T> >(a, b)); \
}
SpinMatrix operator*(complex_t f, const SpinMatrix &m)
Definition at line 34 of file LaProd.h.