Bayes++ Bayesian Filtering Classes  Release 2014.5 - Copyright (c) 2003,2004,2005,2006,2011,2012,2014 Michael Stevens
Public Types | Public Member Functions | List of all members
Bayesian_filter_matrix::detail::FMVec< VecBase > Class Template Reference

#include <uBLASmatrix.hpp>

Inheritance diagram for Bayesian_filter_matrix::detail::FMVec< VecBase >:
VecBase

Public Types

typedef VecBase::value_type value_type
 
typedef VecBase::vector_temporary_type vector_temporary_type
 

Public Member Functions

 FMVec (EmptyTag)
 
 FMVec (std::size_t size)
 
 FMVec (const FMVec &c)
 
template<class E >
 FMVec (const ublas::vector_expression< E > &e)
 
template<class E >
 FMVec (const ublas::matrix_column< E > &e)
 
template<class E >
FMVecoperator= (const ublas::vector_expression< E > &r)
 
FMVecoperator= (const FMVec &r)
 
const ublas::vector_range< const VecBasesub_range (std::size_t b, std::size_t e) const
 
ublas::vector_range< VecBasesub_range (std::size_t b, std::size_t e)
 

Member Typedef Documentation

template<class VecBase >
typedef VecBase::value_type Bayesian_filter_matrix::detail::FMVec< VecBase >::value_type
template<class VecBase >
typedef VecBase::vector_temporary_type Bayesian_filter_matrix::detail::FMVec< VecBase >::vector_temporary_type

Constructor & Destructor Documentation

template<class VecBase >
Bayesian_filter_matrix::detail::FMVec< VecBase >::FMVec ( EmptyTag  )
inlineexplicit
template<class VecBase >
Bayesian_filter_matrix::detail::FMVec< VecBase >::FMVec ( std::size_t  size)
inlineexplicit
template<class VecBase >
Bayesian_filter_matrix::detail::FMVec< VecBase >::FMVec ( const FMVec< VecBase > &  c)
inline
template<class VecBase >
template<class E >
Bayesian_filter_matrix::detail::FMVec< VecBase >::FMVec ( const ublas::vector_expression< E > &  e)
inlineexplicit
template<class VecBase >
template<class E >
Bayesian_filter_matrix::detail::FMVec< VecBase >::FMVec ( const ublas::matrix_column< E > &  e)
inline

Member Function Documentation

template<class VecBase >
template<class E >
FMVec& Bayesian_filter_matrix::detail::FMVec< VecBase >::operator= ( const ublas::vector_expression< E > &  r)
inline
template<class VecBase >
FMVec& Bayesian_filter_matrix::detail::FMVec< VecBase >::operator= ( const FMVec< VecBase > &  r)
inline
template<class VecBase >
const ublas::vector_range<const VecBase> Bayesian_filter_matrix::detail::FMVec< VecBase >::sub_range ( std::size_t  b,
std::size_t  e 
) const
inline
template<class VecBase >
ublas::vector_range<VecBase> Bayesian_filter_matrix::detail::FMVec< VecBase >::sub_range ( std::size_t  b,
std::size_t  e 
)
inline

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