...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
Inherits boost::numeric::ublas::matrix_matrix_binary_functor< M1, M2, TV >.
Public Types | |
typedef matrix_matrix_binary_functor < M1, M2, TV >::size_type | size_type |
typedef matrix_matrix_binary_functor < M1, M2, TV > ::difference_type | difference_type |
typedef matrix_matrix_binary_functor < M1, M2, TV >::value_type | value_type |
typedef matrix_matrix_binary_functor < M1, M2, TV >::result_type | result_type |
Static Public Member Functions | |
template<class C1 , class C2 > | |
static BOOST_UBLAS_INLINE result_type | apply (const matrix_container< C1 > &c1, const matrix_container< C2 > &c2, size_type i, size_type j) |
template<class E1 , class E2 > | |
static BOOST_UBLAS_INLINE result_type | apply (const matrix_expression< E1 > &e1, const matrix_expression< E2 > &e2, size_type i, size_type j) |
template<class I1 , class I2 > | |
static BOOST_UBLAS_INLINE result_type | apply (difference_type size, I1 it1, I2 it2) |
template<class I1 , class I2 > | |
static BOOST_UBLAS_INLINE result_type | apply (I1 it1, const I1 &it1_end, I2 it2, const I2 &it2_end, packed_random_access_iterator_tag) |
template<class I1 , class I2 > | |
static BOOST_UBLAS_INLINE result_type | apply (I1 it1, const I1 &it1_end, I2 it2, const I2 &it2_end, sparse_bidirectional_iterator_tag) |