![]() |
Boost.uBlas 1.49
Linear Algebra in C++: matrices, vectors and numeric algorithms
|
#include <functional.hpp>
Public Types | |
typedef Z | size_type |
Static Public Member Functions | |
static BOOST_UBLAS_INLINE size_type | mutable_restrict1 (size_type i, size_type) |
static BOOST_UBLAS_INLINE size_type | mutable_restrict2 (size_type, size_type j) |
static BOOST_UBLAS_INLINE bool | one (size_type, size_type) |
static BOOST_UBLAS_INLINE bool | other (size_type, size_type) |
template<class L > | |
static BOOST_UBLAS_INLINE size_type | packed_size (L, size_type size_i, size_type size_j) |
static BOOST_UBLAS_INLINE size_type | restrict1 (size_type i, size_type) |
static BOOST_UBLAS_INLINE size_type | restrict2 (size_type, size_type j) |
static BOOST_UBLAS_INLINE bool | zero (size_type, size_type) |
Definition at line 1705 of file functional.hpp.
typedef Z boost::numeric::ublas::basic_full< Z >::size_type |
Definition at line 1706 of file functional.hpp.
static BOOST_UBLAS_INLINE size_type boost::numeric::ublas::basic_full< Z >::packed_size | ( | L | , |
size_type | size_i, | ||
size_type | size_j | ||
) | [inline, static] |
Definition at line 1711 of file functional.hpp.
static BOOST_UBLAS_INLINE bool boost::numeric::ublas::basic_full< Z >::zero | ( | size_type | , |
size_type | |||
) | [inline, static] |
Definition at line 1717 of file functional.hpp.
static BOOST_UBLAS_INLINE bool boost::numeric::ublas::basic_full< Z >::one | ( | size_type | , |
size_type | |||
) | [inline, static] |
Definition at line 1722 of file functional.hpp.
static BOOST_UBLAS_INLINE bool boost::numeric::ublas::basic_full< Z >::other | ( | size_type | , |
size_type | |||
) | [inline, static] |
Definition at line 1727 of file functional.hpp.
static BOOST_UBLAS_INLINE size_type boost::numeric::ublas::basic_full< Z >::restrict1 | ( | size_type | i, |
size_type | |||
) | [inline, static] |
Definition at line 1733 of file functional.hpp.
static BOOST_UBLAS_INLINE size_type boost::numeric::ublas::basic_full< Z >::restrict2 | ( | size_type | , |
size_type | j | ||
) | [inline, static] |
Definition at line 1738 of file functional.hpp.
static BOOST_UBLAS_INLINE size_type boost::numeric::ublas::basic_full< Z >::mutable_restrict1 | ( | size_type | i, |
size_type | |||
) | [inline, static] |
Definition at line 1743 of file functional.hpp.
static BOOST_UBLAS_INLINE size_type boost::numeric::ublas::basic_full< Z >::mutable_restrict2 | ( | size_type | , |
size_type | j | ||
) | [inline, static] |
Definition at line 1748 of file functional.hpp.