Bayesian Filtering Library  Generated from SVN r
Public Types | Static Public Member Functions | List of all members
basic_upper< Z > Struct Template Reference
Inheritance diagram for basic_upper< Z >:
transposed_structure< basic_lower< Z > >

Public Types

typedef upper_tag triangular_type
 
typedef basic_lower< Z >::size_type size_type
 

Static Public Member Functions

static BOOST_UBLAS_INLINE size_type packed_size (LAYOUT l, size_type size_i, size_type size_j)
 
static BOOST_UBLAS_INLINE bool zero (size_type i, size_type j)
 
static BOOST_UBLAS_INLINE bool one (size_type i, size_type j)
 
static BOOST_UBLAS_INLINE bool other (size_type i, size_type j)
 
static BOOST_UBLAS_INLINE size_type element (LAYOUT, size_type i, size_type size_i, size_type j, size_type size_j)
 
static BOOST_UBLAS_INLINE size_type restrict1 (size_type i, size_type j, size_type size1, size_type size2)
 
static BOOST_UBLAS_INLINE size_type restrict2 (size_type i, size_type j, size_type size1, size_type size2)
 
static BOOST_UBLAS_INLINE size_type mutable_restrict1 (size_type i, size_type j, size_type size1, size_type size2)
 
static BOOST_UBLAS_INLINE size_type mutable_restrict2 (size_type i, size_type j, size_type size1, size_type size2)
 
static BOOST_UBLAS_INLINE size_type global_restrict1 (size_type index1, size_type size1, size_type index2, size_type size2)
 
static BOOST_UBLAS_INLINE size_type global_restrict2 (size_type index1, size_type size1, size_type index2, size_type size2)
 
static BOOST_UBLAS_INLINE size_type global_mutable_restrict1 (size_type index1, size_type size1, size_type index2, size_type size2)
 
static BOOST_UBLAS_INLINE size_type global_mutable_restrict2 (size_type index1, size_type size1, size_type index2, size_type size2)
 

Detailed Description

template<class Z>
struct BFL::boost::numeric::ublas::basic_upper< Z >

Definition at line 177 of file asirfilter.h.


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