Lines Matching refs:selfadjointView
35 up_sym_d = mat_d.template selfadjointView<Upper>();
36 lo_sym_d = mat_d.template selfadjointView<Lower>();
68 res = mat.template selfadjointView<Upper>().twistedBy(p_null);
72 res = mat.template selfadjointView<Lower>().twistedBy(p_null);
77 res = up.template selfadjointView<Upper>().twistedBy(p_null);
81 res = lo.template selfadjointView<Lower>().twistedBy(p_null);
86 res = mat.template selfadjointView<Upper>();
90 res = mat.template selfadjointView<Lower>();
94 res = up.template selfadjointView<Upper>();
98 res = lo.template selfadjointView<Lower>();
103 res.template selfadjointView<Upper>() = mat.template selfadjointView<Upper>();
107 res.template selfadjointView<Lower>() = mat.template selfadjointView<Upper>();
111 res.template selfadjointView<Upper>() = mat.template selfadjointView<Lower>();
115 res.template selfadjointView<Lower>() = mat.template selfadjointView<Lower>();
121 res.template selfadjointView<Upper>() = mat.template selfadjointView<Upper>().twistedBy(p);
125 res.template selfadjointView<Upper>() = mat.template selfadjointView<Lower>().twistedBy(p);
129 res.template selfadjointView<Lower>() = mat.template selfadjointView<Lower>().twistedBy(p);
133 res.template selfadjointView<Lower>() = mat.template selfadjointView<Upper>().twistedBy(p);
138 res.template selfadjointView<Upper>() = up.template selfadjointView<Upper>().twistedBy(p);
142 res.template selfadjointView<Upper>() = lo.template selfadjointView<Lower>().twistedBy(p);
146 res.template selfadjointView<Lower>() = lo.template selfadjointView<Lower>().twistedBy(p);
150 res.template selfadjointView<Lower>() = up.template selfadjointView<Upper>().twistedBy(p);
155 res = mat.template selfadjointView<Upper>().twistedBy(p);
159 res = mat.template selfadjointView<Lower>().twistedBy(p);
163 res = up.template selfadjointView<Upper>().twistedBy(p);
167 res = lo.template selfadjointView<Lower>().twistedBy(p);