Bayesian Filtering Library  Generated from SVN r
Classes | Public Types | Public Member Functions | Static Public Attributes | List of all members
matrix_matrix_binary< E1, E2, F > Class Template Reference
Inheritance diagram for matrix_matrix_binary< E1, E2, F >:
matrix_expression< matrix_matrix_binary< E1, E2, F > > ublas_expression< matrix_matrix_binary< E1, E2, F > >

Classes

class  const_iterator1
 
class  const_iterator2
 

Public Types

typedef E1 expression1_type
 
typedef E2 expression2_type
 
typedef E1::const_closure_type expression1_closure_type
 
typedef E2::const_closure_type expression2_closure_type
 
typedef promote_traits< typename E1::size_type, typename E2::size_type >::promote_type size_type
 
typedef promote_traits< typename E1::difference_type, typename E2::difference_type >::promote_type difference_type
 
typedef F::result_type value_type
 
typedef value_type const_reference
 
typedef const_reference reference
 
typedef const self_type const_closure_type
 
typedef const_closure_type closure_type
 
typedef unknown_orientation_tag orientation_category
 
typedef unknown_storage_tag storage_category
 
typedef const_iterator1 iterator1
 
typedef const_iterator2 iterator2
 
typedef reverse_iterator_base1< const_iterator1const_reverse_iterator1
 
typedef reverse_iterator_base2< const_iterator2const_reverse_iterator2
 
typedef matrix_matrix_binary< E1, E2, F > expression_type
 
typedef matrix_tag type_category
 

Public Member Functions

BOOST_UBLAS_INLINE matrix_matrix_binary (const expression1_type &e1, const expression2_type &e2)
 
BOOST_UBLAS_INLINE size_type size1 () const
 
BOOST_UBLAS_INLINE size_type size2 () const
 
BOOST_UBLAS_INLINE const expression1_closure_type & expression1 () const
 
BOOST_UBLAS_INLINE const expression2_closure_type & expression2 () const
 
BOOST_UBLAS_INLINE const_reference operator() (size_type i, size_type j) const
 
BOOST_UBLAS_INLINE bool same_closure (const matrix_matrix_binary &mmb) const
 
BOOST_UBLAS_INLINE const_iterator1 find1 (int, size_type i, size_type j) const
 
BOOST_UBLAS_INLINE const_iterator2 find2 (int, size_type i, size_type j) const
 
BOOST_UBLAS_INLINE const_iterator1 begin1 () const
 
BOOST_UBLAS_INLINE const_iterator1 cbegin1 () const
 
BOOST_UBLAS_INLINE const_iterator1 end1 () const
 
BOOST_UBLAS_INLINE const_iterator1 cend1 () const
 
BOOST_UBLAS_INLINE const_iterator2 begin2 () const
 
BOOST_UBLAS_INLINE const_iterator2 cbegin2 () const
 
BOOST_UBLAS_INLINE const_iterator2 end2 () const
 
BOOST_UBLAS_INLINE const_iterator2 cend2 () const
 
BOOST_UBLAS_INLINE const_reverse_iterator1 rbegin1 () const
 
BOOST_UBLAS_INLINE const_reverse_iterator1 crbegin1 () const
 
BOOST_UBLAS_INLINE const_reverse_iterator1 rend1 () const
 
BOOST_UBLAS_INLINE const_reverse_iterator1 crend1 () const
 
BOOST_UBLAS_INLINE const_reverse_iterator2 rbegin2 () const
 
BOOST_UBLAS_INLINE const_reverse_iterator2 crbegin2 () const
 
BOOST_UBLAS_INLINE const_reverse_iterator2 rend2 () const
 
BOOST_UBLAS_INLINE const_reverse_iterator2 crend2 () const
 
BOOST_UBLAS_INLINE const expression_typeoperator() () const
 
BOOST_UBLAS_INLINE expression_typeoperator() ()
 

Static Public Attributes

static const unsigned complexity = 1
 

Detailed Description

template<class E1, class E2, class F>
class BFL::boost::numeric::ublas::matrix_matrix_binary< E1, E2, F >

Definition at line 4772 of file asirfilter.h.


The documentation for this class was generated from the following file: