![]() |
Boost.uBlas 1.49
Linear Algebra in C++: matrices, vectors and numeric algorithms
|
#include <map>
#include <boost/serialization/collection_size_type.hpp>
#include <boost/serialization/nvp.hpp>
#include <boost/serialization/array.hpp>
#include <boost/serialization/map.hpp>
#include <boost/serialization/base_object.hpp>
#include <boost/numeric/ublas/storage.hpp>
Go to the source code of this file.
Classes | |
struct | boost::numeric::ublas::detail::less_pair< P > |
struct | boost::numeric::ublas::detail::less_triple< T > |
struct | boost::numeric::ublas::detail::map_capacity_traits< M > |
struct | boost::numeric::ublas::detail::map_capacity_traits< map_array< I, T, ALLOC > > |
struct | boost::numeric::ublas::detail::map_traits< A, T > |
struct | boost::numeric::ublas::detail::map_traits< map_array< I, T, ALLOC >, T > |
class | boost::numeric::ublas::map_array< I, T, ALLOC > |
class | boost::numeric::ublas::map_std< I, T, ALLOC > |
Namespaces | |
namespace | boost |
namespace | boost::numeric |
namespace | boost::numeric::ublas |
contains all important classes and functions of uBLAS | |
namespace | boost::numeric::ublas::detail |
Functions | |
template<class I , class T , class C > | |
BOOST_UBLAS_INLINE I | boost::numeric::ublas::detail::lower_bound (const I &begin, const I &end, const T &t, C compare) |
template<class M > | |
BOOST_UBLAS_INLINE map_capacity_traits< M >::type | boost::numeric::ublas::detail::map_capacity (M const &m) |
template<class I , class T , class ALLOC > | |
BOOST_UBLAS_INLINE void | boost::numeric::ublas::detail::map_reserve (map_array< I, T, ALLOC > &m, typename map_array< I, T, ALLOC >::size_type capacity) |
template<class M > | |
BOOST_UBLAS_INLINE void | boost::numeric::ublas::detail::map_reserve (M &, typename M::size_type) |
template<class I , class T , class C > | |
BOOST_UBLAS_INLINE I | boost::numeric::ublas::detail::upper_bound (const I &begin, const I &end, const T &t, C compare) |