• Home
  • Raw
  • Download

Lines Matching refs:twistedBy

105   VERIFY( is_sorted( res = mat.twistedBy(p) ));  in sparse_permutations()
111 VERIFY( is_sorted( res = mat.template selfadjointView<Upper>().twistedBy(p_null) )); in sparse_permutations()
115 VERIFY( is_sorted( res = mat.template selfadjointView<Lower>().twistedBy(p_null) )); in sparse_permutations()
120 VERIFY( is_sorted( res = up.template selfadjointView<Upper>().twistedBy(p_null) )); in sparse_permutations()
124 VERIFY( is_sorted( res = lo.template selfadjointView<Lower>().twistedBy(p_null) )); in sparse_permutations()
164 res.template selfadjointView<Upper>() = mat.template selfadjointView<Upper>().twistedBy(p); in sparse_permutations()
168 res.template selfadjointView<Upper>() = mat.template selfadjointView<Lower>().twistedBy(p); in sparse_permutations()
172 res.template selfadjointView<Lower>() = mat.template selfadjointView<Lower>().twistedBy(p); in sparse_permutations()
176 res.template selfadjointView<Lower>() = mat.template selfadjointView<Upper>().twistedBy(p); in sparse_permutations()
181 res.template selfadjointView<Upper>() = up.template selfadjointView<Upper>().twistedBy(p); in sparse_permutations()
185 res.template selfadjointView<Upper>() = lo.template selfadjointView<Lower>().twistedBy(p); in sparse_permutations()
189 res.template selfadjointView<Lower>() = lo.template selfadjointView<Lower>().twistedBy(p); in sparse_permutations()
193 res.template selfadjointView<Lower>() = up.template selfadjointView<Upper>().twistedBy(p); in sparse_permutations()
198 VERIFY( is_sorted( res = mat.template selfadjointView<Upper>().twistedBy(p) )); in sparse_permutations()
202 VERIFY( is_sorted( res = mat.template selfadjointView<Lower>().twistedBy(p) )); in sparse_permutations()
206 VERIFY( is_sorted( res = up.template selfadjointView<Upper>().twistedBy(p) )); in sparse_permutations()
210 VERIFY( is_sorted( res = lo.template selfadjointView<Lower>().twistedBy(p) )); in sparse_permutations()