#include <sparse_view.hpp>
Public Types | |
typedef const pointer | array_type |
typedef std::size_t | size_type |
typedef std::ptrdiff_t | difference_type |
typedef T | value_type |
typedef const T & | const_reference |
typedef const T * | const_pointer |
typedef const_pointer | const_iterator |
typedef std::reverse_iterator < const_iterator > | const_reverse_iterator |
typedef dense_tag | storage_category |
typedef const vector_reference < const self_type > | const_closure_type |
Public Member Functions | |
c_array_view (size_type size, array_type data) | |
~c_array_view () | |
BOOST_UBLAS_INLINE size_type | size () const |
BOOST_UBLAS_INLINE const_reference | operator[] (size_type i) const |
BOOST_UBLAS_INLINE const_iterator | begin () const |
BOOST_UBLAS_INLINE const_iterator | end () const |
BOOST_UBLAS_INLINE const_reverse_iterator | rbegin () const |
BOOST_UBLAS_INLINE const_reverse_iterator | rend () const |
typedef const pointer boost::numeric::ublas::c_array_view< T >::array_type |
typedef const vector_reference<const self_type> boost::numeric::ublas::c_array_view< T >::const_closure_type |
typedef const_pointer boost::numeric::ublas::c_array_view< T >::const_iterator |
typedef const T* boost::numeric::ublas::c_array_view< T >::const_pointer |
typedef const T& boost::numeric::ublas::c_array_view< T >::const_reference |
typedef std::reverse_iterator<const_iterator> boost::numeric::ublas::c_array_view< T >::const_reverse_iterator |
typedef std::ptrdiff_t boost::numeric::ublas::c_array_view< T >::difference_type |
typedef std::size_t boost::numeric::ublas::c_array_view< T >::size_type |
typedef dense_tag boost::numeric::ublas::c_array_view< T >::storage_category |
typedef T boost::numeric::ublas::c_array_view< T >::value_type |
|
inline |
|
inline |
|
inline |
Referenced by boost::numeric::ublas::c_array_view< T >::rend().
|
inline |
Referenced by boost::numeric::ublas::c_array_view< T >::rbegin().
|
inline |
References BOOST_UBLAS_CHECK, and boost::multiprecision::backends::i.
|
inline |
References boost::numeric::ublas::c_array_view< T >::end().
|
inline |
|
inline |