Searched refs:swap_cols (Results 1 – 3 of 3) sorted by relevance
/third_party/boost/libs/qvm/test/ |
D | swap_cols_test.cpp | 27 assign(r2,swap_cols<C1,C2>(x)); in test() 29 swap_cols<C1,C2>(x) *= 2; in test() 33 assign(r2,swap_cols<C1,C2>(x)); in test() 35 swap_cols<C1,C2>(x)+swap_cols<C1,C2>(x); in test() 36 -swap_cols<C1,C2>(x); in test()
|
/third_party/boost/boost/qvm/ |
D | map_mat_mat.hpp | 876 swap_cols( A const & a ) in swap_cols() function 886 swap_cols( A & a ) in swap_cols() function
|
/third_party/boost/libs/qvm/doc/ |
D | qvm.adoc | 4531 [[swap_cols]] anchor 4532 ==== `swap_cols` 4540 -unspecified-return-type- swap_cols(); 4545 The expression `swap_cols<C1,C2>(m)` returns an lvalue <<view_proxy,view proxy>> that looks like th…
|