#include <boost/numeric/ublas/matrix_expression.hpp>#include <boost/numeric/ublas/detail/matrix_assign.hpp>#include <boost/next_prior.hpp>#include <boost/type_traits/remove_cv.hpp>
Classes | |
| class | boost::numeric::ublas::c_array_view< T > |
| class | boost::numeric::ublas::compressed_matrix_view< L, IB, IA, JA, TA > |
| Present existing arrays as compressed array based sparse matrix. More... | |
| class | boost::numeric::ublas::compressed_matrix_view< L, IB, IA, JA, TA >::const_iterator1 |
| class | boost::numeric::ublas::compressed_matrix_view< L, IB, IA, JA, TA >::const_iterator2 |
Namespaces | |
| boost | |
| Duration formatting facet for input. | |
| boost::numeric | |
| boost::numeric::ublas | |
| main namespace of uBLAS. | |
Functions | |
| template<class L , std::size_t IB, class IA , class JA , class TA > | |
| compressed_matrix_view< L, IB, IA, JA, TA > | boost::numeric::ublas::make_compressed_matrix_view (typename vector_view_traits< JA >::value_type n_rows, typename vector_view_traits< JA >::value_type n_cols, typename vector_view_traits< JA >::size_type nnz, const IA &ia, const JA &ja, const TA &ta) |