Lines Matching full:adjoint
40 CHECK_MMTR(matc, Lower, = s*soc*sor.adjoint());
41 CHECK_MMTR(matc, Upper, = s*(soc*soc.adjoint()));
42 CHECK_MMTR(matr, Lower, = s*soc*soc.adjoint());
43 CHECK_MMTR(matr, Upper, = soc*(s*sor.adjoint()));
45 CHECK_MMTR(matc, Lower, += s*soc*soc.adjoint());
47 CHECK_MMTR(matr, Lower, += s*sor*soc.adjoint());
48 CHECK_MMTR(matr, Upper, += soc*(s*soc.adjoint()));
50 CHECK_MMTR(matc, Lower, -= s*soc*soc.adjoint());
52 CHECK_MMTR(matr, Lower, -= s*soc*soc.adjoint());
53 CHECK_MMTR(matr, Upper, -= soc*(s*soc.adjoint()));