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

Classes

class  const_iterator1
 
class  const_iterator2
 

Public Types

typedef boost::mpl::if_
< boost::is_const
< expression_type >, typename
E::const_closure_type,
typename E::closure_type >
::type 
expression_closure_type
 
typedef E::size_type size_type
 
typedef E::difference_type difference_type
 
typedef F::result_type value_type
 
typedef value_type const_reference
 
typedef boost::mpl::if_
< boost::is_same< F,
scalar_identity< value_type >
>, typename E::reference,
value_type >::type 
reference
 
typedef const self_type const_closure_type
 
typedef self_type closure_type
 
typedef boost::mpl::if_
< boost::is_same< typename
E::orientation_category,
row_major_tag >
, column_major_tag, typename
boost::mpl::if_
< boost::is_same< typename
E::orientation_category,
column_major_tag >
, row_major_tag, typename
E::orientation_category >
::type >::type 
orientation_category
 
typedef E::storage_category storage_category
 
typedef const_iterator1 iterator1
 
typedef const_iterator2 iterator2
 
typedef reverse_iterator_base1
< const_iterator1
const_reverse_iterator1
 
typedef reverse_iterator_base2
< const_iterator2
const_reverse_iterator2
 
typedef matrix_tag type_category
 

Public Member Functions

BOOST_UBLAS_INLINE matrix_unary2 (expression_type &e)
 
BOOST_UBLAS_INLINE size_type size1 () const
 
BOOST_UBLAS_INLINE size_type size2 () const
 
BOOST_UBLAS_INLINE const
expression_closure_type & 
expression () const
 
BOOST_UBLAS_INLINE const_reference operator() (size_type i, size_type j) const
 
BOOST_UBLAS_INLINE reference operator() (size_type i, size_type j)
 
BOOST_UBLAS_INLINE bool same_closure (const matrix_unary2 &mu2) const
 
BOOST_UBLAS_INLINE const_iterator1 find1 (int rank, size_type i, size_type j) const
 
BOOST_UBLAS_INLINE const_iterator2 find2 (int rank, size_type i, size_type j) const
 
BOOST_UBLAS_INLINE const_iterator1 begin1 () const
 
BOOST_UBLAS_INLINE const_iterator1 end1 () const
 
BOOST_UBLAS_INLINE const_iterator2 begin2 () const
 
BOOST_UBLAS_INLINE const_iterator2 end2 () const
 
BOOST_UBLAS_INLINE
const_reverse_iterator1 
rbegin1 () const
 
BOOST_UBLAS_INLINE
const_reverse_iterator1 
rend1 () const
 
BOOST_UBLAS_INLINE
const_reverse_iterator2 
rbegin2 () const
 
BOOST_UBLAS_INLINE
const_reverse_iterator2 
rend2 () const
 
BOOST_UBLAS_INLINE const
expression_type & 
operator() () const
 
BOOST_UBLAS_INLINE
expression_type & 
operator() ()
 

Static Public Attributes

static const unsigned complexity
 

Detailed Description

template<class E, class F>
class BFL::boost::numeric::ublas::matrix_unary2< E, F >

Definition at line 1227 of file asirfilter.h.


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