![]() |
Boost.uBlas 1.49
Linear Algebra in C++: matrices, vectors and numeric algorithms
|
#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>
Go to the source code of this file.
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. This class provides CRS / CCS storage layout. 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 | |
namespace | boost |
namespace | boost::numeric |
namespace | boost::numeric::ublas |
contains all important classes and functions 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) |