Bayes++ Bayesian Filtering Classes
Release 2014.5 - Copyright (c) 2003,2004,2005,2006,2011,2012,2014 Michael Stevens
|
Classes | |
class | BaseFromMember |
class | FMMatrix |
class | FMVec |
class | noalias_proxy |
class | SymMatrixWrapper |
Typedefs | |
typedef ublas::vector< Float > | BaseDenseVector |
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< Float > | BaseDenseDiagMatrix |
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 ublas::matrix<Float, ublas::column_major> Bayesian_filter_matrix::detail::BaseDenseColMatrix |
typedef ublas::banded_matrix<Float> Bayesian_filter_matrix::detail::BaseDenseDiagMatrix |
typedef ublas::triangular_matrix<Float, ublas::lower, ublas::row_major> Bayesian_filter_matrix::detail::BaseDenseLowerTriMatrix |
typedef ublas::matrix<Float, ublas::row_major> Bayesian_filter_matrix::detail::BaseDenseRowMatrix |
typedef ublas::triangular_matrix<Float, ublas::upper, ublas::row_major> Bayesian_filter_matrix::detail::BaseDenseUpperTriMatrix |
typedef ublas::vector<Float> Bayesian_filter_matrix::detail::BaseDenseVector |
void Bayesian_filter_matrix::detail::mult_SPD | ( | const MatrixX & | X, |
const Vec & | s, | ||
SymMatrix & | P | ||
) |