Bayes++ Bayesian Filtering Classes  Release 2014.5 - Copyright (c) 2003,2004,2005,2006,2011,2012,2014 Michael Stevens
Namespaces | Typedefs
matSupSub.hpp File Reference
#include <boost/version.hpp>
#include <boost/numeric/ublas/vector.hpp>
#include <boost/numeric/ublas/vector_proxy.hpp>
#include <boost/numeric/ublas/matrix.hpp>
#include <boost/numeric/ublas/matrix_proxy.hpp>
#include <boost/numeric/ublas/symmetric.hpp>
#include <boost/numeric/ublas/triangular.hpp>
#include <boost/numeric/ublas/banded.hpp>
#include "uBLASmatrix.hpp"

Go to the source code of this file.

Namespaces

 Bayesian_filter_matrix
 
 Bayesian_filter_matrix::detail
 

Typedefs

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