Bayes++ Bayesian Filtering Classes Release 2014.5 - Copyright (c) 2003,2004,2005,2006,2011,2012,2014 Michael Stevens
Classes | Typedefs | Functions
Bayesian_filter_matrix::detail Namespace Reference

Classes

class  noalias_proxy
 

Typedefs

typedef ublas::vector< FloatBaseDenseVector
 
typedef ublas::matrix< Float, ublas::row_major > BaseDenseRowMatrix
 
typedef ublas::matrix< Float, ublas::column_major > BaseDenseColMatrix
 
typedef ublas::triangular_matrix< Float, ublas::upper, ublas::row_major > BaseDenseUpperTriMatrix
 
typedef ublas::triangular_matrix< Float, ublas::lower, ublas::row_major > BaseDenseLowerTriMatrix
 
typedef ublas::banded_matrix< FloatBaseDenseDiagMatrix
 
typedef BaseDenseVector BaseVector
 
typedef BaseDenseRowMatrix BaseRowMatrix
 
typedef BaseDenseColMatrix BaseColMatrix
 
typedef BaseDenseUpperTriMatrix BaseUpperTriMatrix
 
typedef BaseDenseLowerTriMatrix BaseLowerTriMatrix
 
typedef BaseDenseDiagMatrix BaseDiagMatrix
 

Functions

template<class MatrixX >
void mult_SPD (const MatrixX &X, const Vec &s, SymMatrix &P)
 
template<class MatrixX >
void mult_SPDT (const MatrixX &X, const Vec &s, SymMatrix &P)
 

Typedef Documentation

◆ BaseColMatrix

◆ BaseDenseColMatrix

◆ BaseDenseDiagMatrix

◆ BaseDenseLowerTriMatrix

typedef ublas::triangular_matrix<Float, ublas::lower, ublas::row_major> Bayesian_filter_matrix::detail::BaseDenseLowerTriMatrix

◆ BaseDenseRowMatrix

◆ BaseDenseUpperTriMatrix

typedef ublas::triangular_matrix<Float, ublas::upper, ublas::row_major> Bayesian_filter_matrix::detail::BaseDenseUpperTriMatrix

◆ BaseDenseVector

◆ BaseDiagMatrix

◆ BaseLowerTriMatrix

◆ BaseRowMatrix

◆ BaseUpperTriMatrix

◆ BaseVector

Function Documentation

◆ mult_SPD()

template<class MatrixX >
void Bayesian_filter_matrix::detail::mult_SPD ( const MatrixX X,
const Vec s,
SymMatrix P 
)

◆ mult_SPDT()

template<class MatrixX >
void Bayesian_filter_matrix::detail::mult_SPDT ( const MatrixX X,
const Vec s,
SymMatrix P 
)