Home
last modified time | relevance | path

Searched refs:swap_cols (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/libs/qvm/test/
Dswap_cols_test.cpp27 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/
Dmap_mat_mat.hpp876 swap_cols( A const & a ) in swap_cols() function
886 swap_cols( A & a ) in swap_cols() function
/third_party/boost/libs/qvm/doc/
Dqvm.adoc4531 [[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…