Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
lu.hpp File Reference
Include dependency graph for lu.hpp:
This graph shows which files directly or indirectly include this file:

Classes

class  boost::numeric::ublas::permutation_matrix< T, A >
 

Namespaces

 boost
 Duration formatting facet for input.
 
 boost::numeric
 
 boost::numeric::ublas
 main namespace of uBLAS.
 

Functions

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)