Lines Matching refs:twistedBy
63 res = mat.twistedBy(p);
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);
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);