Bayes++ Bayesian Filtering Classes
Release 2014.5 - Copyright (c) 2003,2004,2005,2006,2011,2012,2014 Michael Stevens
|
Namespaces | |
rawLAPACK | |
Typedefs | |
typedef boost::numeric::ublas::vector< int > | pivot_t |
typedef Bayesian_filter_matrix::DenseVec | vector_t |
typedef Bayesian_filter_matrix::DenseColMatrix | matrix_t |
Functions | |
int | geqrf (matrix_t &a, vector_t &tau) |
int | getrf (matrix_t &a, pivot_t &ipivot) |
int | getrs (char transa, matrix_t &a, pivot_t &ipivot, matrix_t &b) |
typedef boost::numeric::ublas::vector<int> Bayesian_filter_matrix::LAPACK::pivot_t |