|
Bayes++ Bayesian Filtering Classes Release 2014.5 - Copyright (c) 2003,2004,2005,2006,2011,2012,2014 Michael Stevens
|
Namespaces | |
| namespace | 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 |
References Bayesian_filter_matrix::LAPACK::rawLAPACK::getrf().
Referenced by Bayesian_filter::Information_root_scheme::inverse_Fx().
| int Bayesian_filter_matrix::LAPACK::getrs | ( | char | transa, |
| matrix_t & | a, | ||
| pivot_t & | ipivot, | ||
| matrix_t & | b | ||
| ) |
References Bayesian_filter_matrix::LAPACK::rawLAPACK::getrs().
Referenced by Bayesian_filter::Information_root_scheme::inverse_Fx().