![]() |
Boost.uBlas 1.49
Linear Algebra in C++: matrices, vectors and numeric algorithms
|
#include <matrix_expression.hpp>
Definition at line 2522 of file matrix_expression.hpp.
typedef E1 boost::numeric::ublas::matrix_binary_scalar1< E1, E2, F >::expression1_type [private] |
Definition at line 2525 of file matrix_expression.hpp.
typedef E2 boost::numeric::ublas::matrix_binary_scalar1< E1, E2, F >::expression2_type [private] |
Definition at line 2526 of file matrix_expression.hpp.
typedef F boost::numeric::ublas::matrix_binary_scalar1< E1, E2, F >::functor_type [private] |
Definition at line 2527 of file matrix_expression.hpp.
typedef const E1& boost::numeric::ublas::matrix_binary_scalar1< E1, E2, F >::expression1_closure_type [private] |
Definition at line 2528 of file matrix_expression.hpp.
typedef E2::const_closure_type boost::numeric::ublas::matrix_binary_scalar1< E1, E2, F >::expression2_closure_type [private] |
Definition at line 2529 of file matrix_expression.hpp.
typedef matrix_binary_scalar1<E1, E2, F> boost::numeric::ublas::matrix_binary_scalar1< E1, E2, F >::self_type [private] |
Reimplemented from boost::numeric::ublas::matrix_expression< matrix_binary_scalar1< E1, E2, F > >.
Definition at line 2530 of file matrix_expression.hpp.
typedef E2::size_type boost::numeric::ublas::matrix_binary_scalar1< E1, E2, F >::size_type |
Definition at line 2535 of file matrix_expression.hpp.
typedef E2::difference_type boost::numeric::ublas::matrix_binary_scalar1< E1, E2, F >::difference_type |
Definition at line 2536 of file matrix_expression.hpp.
typedef F::result_type boost::numeric::ublas::matrix_binary_scalar1< E1, E2, F >::value_type |
Definition at line 2537 of file matrix_expression.hpp.
typedef value_type boost::numeric::ublas::matrix_binary_scalar1< E1, E2, F >::const_reference |
Definition at line 2538 of file matrix_expression.hpp.
typedef const_reference boost::numeric::ublas::matrix_binary_scalar1< E1, E2, F >::reference |
Definition at line 2539 of file matrix_expression.hpp.
typedef const self_type boost::numeric::ublas::matrix_binary_scalar1< E1, E2, F >::const_closure_type |
Definition at line 2540 of file matrix_expression.hpp.
typedef const_closure_type boost::numeric::ublas::matrix_binary_scalar1< E1, E2, F >::closure_type |
Definition at line 2541 of file matrix_expression.hpp.
typedef E2::orientation_category boost::numeric::ublas::matrix_binary_scalar1< E1, E2, F >::orientation_category |
Definition at line 2542 of file matrix_expression.hpp.
typedef unknown_storage_tag boost::numeric::ublas::matrix_binary_scalar1< E1, E2, F >::storage_category |
Definition at line 2543 of file matrix_expression.hpp.
typedef expression1_type boost::numeric::ublas::matrix_binary_scalar1< E1, E2, F >::const_subiterator1_type [private] |
Definition at line 2576 of file matrix_expression.hpp.
typedef E2::const_iterator1 boost::numeric::ublas::matrix_binary_scalar1< E1, E2, F >::const_iterator21_type [private] |
Definition at line 2577 of file matrix_expression.hpp.
typedef E2::const_iterator2 boost::numeric::ublas::matrix_binary_scalar1< E1, E2, F >::const_iterator22_type [private] |
Definition at line 2578 of file matrix_expression.hpp.
typedef const value_type* boost::numeric::ublas::matrix_binary_scalar1< E1, E2, F >::const_pointer [private] |
Definition at line 2579 of file matrix_expression.hpp.
typedef const_iterator1 boost::numeric::ublas::matrix_binary_scalar1< E1, E2, F >::iterator1 |
Definition at line 2588 of file matrix_expression.hpp.
typedef const_iterator2 boost::numeric::ublas::matrix_binary_scalar1< E1, E2, F >::iterator2 |
Definition at line 2590 of file matrix_expression.hpp.
typedef reverse_iterator_base1<const_iterator1> boost::numeric::ublas::matrix_binary_scalar1< E1, E2, F >::const_reverse_iterator1 |
Definition at line 2593 of file matrix_expression.hpp.
typedef reverse_iterator_base2<const_iterator2> boost::numeric::ublas::matrix_binary_scalar1< E1, E2, F >::const_reverse_iterator2 |
Definition at line 2594 of file matrix_expression.hpp.
typedef matrix_binary_scalar1< E1, E2, F > boost::numeric::ublas::matrix_expression< matrix_binary_scalar1< E1, E2, F > >::expression_type [inherited] |
Reimplemented from boost::numeric::ublas::ublas_expression< matrix_binary_scalar1< E1, E2, F > >.
Definition at line 313 of file expression_types.hpp.
typedef matrix_tag boost::numeric::ublas::matrix_expression< matrix_binary_scalar1< E1, E2, F > >::type_category [inherited] |
Definition at line 314 of file expression_types.hpp.
BOOST_UBLAS_INLINE boost::numeric::ublas::matrix_binary_scalar1< E1, E2, F >::matrix_binary_scalar1 | ( | const expression1_type & | e1, |
const expression2_type & | e2 | ||
) | [inline] |
Definition at line 2547 of file matrix_expression.hpp.
BOOST_UBLAS_INLINE size_type boost::numeric::ublas::matrix_binary_scalar1< E1, E2, F >::size1 | ( | ) | const [inline] |
Definition at line 2552 of file matrix_expression.hpp.
BOOST_UBLAS_INLINE size_type boost::numeric::ublas::matrix_binary_scalar1< E1, E2, F >::size2 | ( | ) | const [inline] |
Definition at line 2556 of file matrix_expression.hpp.
BOOST_UBLAS_INLINE const_reference boost::numeric::ublas::matrix_binary_scalar1< E1, E2, F >::operator() | ( | size_type | i, |
size_type | j | ||
) | const [inline] |
Definition at line 2563 of file matrix_expression.hpp.
BOOST_UBLAS_INLINE bool boost::numeric::ublas::matrix_binary_scalar1< E1, E2, F >::same_closure | ( | const matrix_binary_scalar1< E1, E2, F > & | mbs1 | ) | const [inline] |
Definition at line 2569 of file matrix_expression.hpp.
BOOST_UBLAS_INLINE const_iterator1 boost::numeric::ublas::matrix_binary_scalar1< E1, E2, F >::find1 | ( | int | rank, |
size_type | i, | ||
size_type | j | ||
) | const [inline] |
Definition at line 2598 of file matrix_expression.hpp.
BOOST_UBLAS_INLINE const_iterator2 boost::numeric::ublas::matrix_binary_scalar1< E1, E2, F >::find2 | ( | int | rank, |
size_type | i, | ||
size_type | j | ||
) | const [inline] |
Definition at line 2607 of file matrix_expression.hpp.
BOOST_UBLAS_INLINE const_iterator1 boost::numeric::ublas::matrix_binary_scalar1< E1, E2, F >::begin1 | ( | ) | const [inline] |
Definition at line 2754 of file matrix_expression.hpp.
BOOST_UBLAS_INLINE const_iterator1 boost::numeric::ublas::matrix_binary_scalar1< E1, E2, F >::end1 | ( | ) | const [inline] |
Definition at line 2758 of file matrix_expression.hpp.
BOOST_UBLAS_INLINE const_iterator2 boost::numeric::ublas::matrix_binary_scalar1< E1, E2, F >::begin2 | ( | ) | const [inline] |
Definition at line 2897 of file matrix_expression.hpp.
BOOST_UBLAS_INLINE const_iterator2 boost::numeric::ublas::matrix_binary_scalar1< E1, E2, F >::end2 | ( | ) | const [inline] |
Definition at line 2901 of file matrix_expression.hpp.
BOOST_UBLAS_INLINE const_reverse_iterator1 boost::numeric::ublas::matrix_binary_scalar1< E1, E2, F >::rbegin1 | ( | ) | const [inline] |
Definition at line 2908 of file matrix_expression.hpp.
BOOST_UBLAS_INLINE const_reverse_iterator1 boost::numeric::ublas::matrix_binary_scalar1< E1, E2, F >::rend1 | ( | ) | const [inline] |
Definition at line 2912 of file matrix_expression.hpp.
BOOST_UBLAS_INLINE const_reverse_iterator2 boost::numeric::ublas::matrix_binary_scalar1< E1, E2, F >::rbegin2 | ( | ) | const [inline] |
Definition at line 2917 of file matrix_expression.hpp.
BOOST_UBLAS_INLINE const_reverse_iterator2 boost::numeric::ublas::matrix_binary_scalar1< E1, E2, F >::rend2 | ( | ) | const [inline] |
Definition at line 2921 of file matrix_expression.hpp.
BOOST_UBLAS_INLINE const expression_type& boost::numeric::ublas::matrix_expression< matrix_binary_scalar1< E1, E2, F > >::operator() | ( | ) | const [inline, inherited] |
Definition at line 320 of file expression_types.hpp.
BOOST_UBLAS_INLINE expression_type& boost::numeric::ublas::matrix_expression< matrix_binary_scalar1< E1, E2, F > >::operator() | ( | ) | [inline, inherited] |
Definition at line 324 of file expression_types.hpp.
expression1_closure_type boost::numeric::ublas::matrix_binary_scalar1< E1, E2, F >::e1_ [private] |
Definition at line 2926 of file matrix_expression.hpp.
expression2_closure_type boost::numeric::ublas::matrix_binary_scalar1< E1, E2, F >::e2_ [private] |
Definition at line 2927 of file matrix_expression.hpp.
const unsigned boost::numeric::ublas::matrix_expression< matrix_binary_scalar1< E1, E2, F > >::complexity [static, inherited] |
Definition at line 312 of file expression_types.hpp.