| 
| template<class PM , class MV >  | 
| BOOST_UBLAS_INLINE void  | boost::numeric::ublas::swap_rows (const PM &pm, MV &mv, vector_tag) | 
|   | 
| template<class PM , class MV >  | 
| BOOST_UBLAS_INLINE void  | boost::numeric::ublas::swap_rows (const PM &pm, MV &mv, matrix_tag) | 
|   | 
| template<class PM , class MV >  | 
| BOOST_UBLAS_INLINE void  | boost::numeric::ublas::swap_rows (const PM &pm, MV &mv) | 
|   | 
| template<class M >  | 
| M::size_type  | boost::numeric::ublas::lu_factorize (M &m) | 
|   | 
| template<class M , class PM >  | 
| M::size_type  | boost::numeric::ublas::lu_factorize (M &m, PM &pm) | 
|   | 
| template<class M , class PM >  | 
| M::size_type  | boost::numeric::ublas::axpy_lu_factorize (M &m, PM &pm) | 
|   | 
| template<class M , class E >  | 
| void  | boost::numeric::ublas::lu_substitute (const M &m, vector_expression< E > &e) | 
|   | 
| template<class M , class E >  | 
| void  | boost::numeric::ublas::lu_substitute (const M &m, matrix_expression< E > &e) | 
|   | 
| template<class M , class PMT , class PMA , class MV >  | 
| void  | boost::numeric::ublas::lu_substitute (const M &m, const permutation_matrix< PMT, PMA > &pm, MV &mv) | 
|   | 
| template<class E , class M >  | 
| void  | boost::numeric::ublas::lu_substitute (vector_expression< E > &e, const M &m) | 
|   | 
| template<class E , class M >  | 
| void  | boost::numeric::ublas::lu_substitute (matrix_expression< E > &e, const M &m) | 
|   | 
| template<class MV , class M , class PMT , class PMA >  | 
| void  | boost::numeric::ublas::lu_substitute (MV &mv, const M &m, const permutation_matrix< PMT, PMA > &pm) | 
|   |