Home
last modified time | relevance | path

Searched refs:swap_rows (Results 1 – 5 of 5) sorted by relevance

/third_party/boost/libs/qvm/test/
Dswap_rows_test.cpp27 assign(r2,swap_rows<R1,R2>(x)); in test()
29 swap_rows<R1,R2>(x) *= 2; in test()
33 assign(r2,swap_rows<R1,R2>(x)); in test()
35 swap_rows<R1,R2>(x)+swap_rows<R1,R2>(x); in test()
36 -swap_rows<R1,R2>(x); in test()
/third_party/boost/boost/numeric/ublas/
Dlu.hpp64 void swap_rows (const PM &pm, MV &mv, vector_tag) { in swap_rows() function
75 void swap_rows (const PM &pm, MV &mv, matrix_tag) { in swap_rows() function
87 void swap_rows (const PM &pm, MV &mv) { in swap_rows() function
88 swap_rows (pm, mv, typename MV::type_category ()); in swap_rows()
164 swap_rows (pm, cm); in lu_factorize()
256 swap_rows (pm, cm); in axpy_lu_factorize()
303 swap_rows (pm, mv); in lu_substitute()
344 swap_rows (pm, mv); in lu_substitute()
/third_party/weston/shared/
Dmatrix.c133 swap_rows(double *a, double *b) in swap_rows() function
189 swap_rows(&A[k], &A[pivot]); in matrix_invert()
/third_party/boost/boost/qvm/
Dmap_mat_mat.hpp747 swap_rows( A const & a ) in swap_rows() function
757 swap_rows( A & a ) in swap_rows() function
/third_party/boost/libs/qvm/doc/
Dqvm.adoc4513 [[swap_rows]] anchor
4514 ==== `swap_rows`
4522 -unspecified-return-type- swap_rows();
4527 The expression `swap_rows<R1,R2>(m)` returns an lvalue <<view_proxy,view proxy>> that looks like th…