Lines Matching refs:adjoint
27 m1 = (m1+m1.adjoint()).eval(); in symm()
49 VERIFY_IS_APPROX(rhs12 = (s1*m2).template selfadjointView<Lower>() * (s2*rhs2.adjoint()), in symm()
50 rhs13 = (s1*m1) * (s2*rhs2.adjoint())); in symm()
53 VERIFY_IS_APPROX(rhs12 = (s1*m2).template selfadjointView<Upper>() * (s2*rhs2.adjoint()), in symm()
54 rhs13 = (s1*m1) * (s2*rhs2.adjoint())); in symm()
57 …VERIFY_IS_APPROX(rhs12 = (s1*m2.adjoint()).template selfadjointView<Lower>() * (s2*rhs2.adjoint()), in symm()
58 rhs13 = (s1*m1.adjoint()) * (s2*rhs2.adjoint())); in symm()
66 …VERIFY_IS_APPROX(rhs12 = (s1*m2.adjoint()).template selfadjointView<Lower>() * (s2*rhs3).conjugate… in symm()
67 rhs13 = (s1*m1.adjoint()) * (s2*rhs3).conjugate()); in symm()
71 …VERIFY_IS_APPROX(rhs12.noalias() += s1 * ((m2.adjoint()).template selfadjointView<Lower>() * (s2*r… in symm()
72 rhs13 += (s1*m1.adjoint()) * (s2*rhs3).conjugate()); in symm()