Go to the source code of this file.
Namespaces | |
| namespace | Bayesian_filter_matrix |
| namespace | Bayesian_filter_matrix::LAPACK |
| namespace | Bayesian_filter_matrix::LAPACK::rawLAPACK |
Typedefs | |
| typedef boost::numeric::ublas::vector< int > | Bayesian_filter_matrix::LAPACK::pivot_t |
| typedef Bayesian_filter_matrix::DenseVec | Bayesian_filter_matrix::LAPACK::vector_t |
| typedef Bayesian_filter_matrix::DenseColMatrix | Bayesian_filter_matrix::LAPACK::matrix_t |
Functions | |
| void | Bayesian_filter_matrix::LAPACK::rawLAPACK::dgeqrf_ (const int &m, const int &n, double da[], const int &lda, double dtau[], double dwork[], const int &ldwork, int &info) |
| void | Bayesian_filter_matrix::LAPACK::rawLAPACK::sgeqrf_ (const int &m, const int &n, float da[], const int &lda, float dtau[], float dwork[], const int &ldwork, int &info) |
| void | Bayesian_filter_matrix::LAPACK::rawLAPACK::dgetrs_ (const char &transa, const int &n, const int &nrhs, const double da[], const int &lda, int ipivot[], double db[], const int &ldb, int &info) |
| void | Bayesian_filter_matrix::LAPACK::rawLAPACK::sgetrs_ (const char &transa, const int &n, const int &nrhs, const float da[], const int &lda, int ipivot[], float db[], const int &ldb, int &info) |
| void | Bayesian_filter_matrix::LAPACK::rawLAPACK::dgetrf_ (const int &m, const int &n, double da[], const int &lda, int ipivot[], int &info) |
| void | Bayesian_filter_matrix::LAPACK::rawLAPACK::sgetrf_ (const int &m, const int &n, float da[], const int &lda, int ipivot[], int &info) |
| void | Bayesian_filter_matrix::LAPACK::rawLAPACK::geqrf (const int &m, const int &n, double da[], const int &lda, double dtau[], double dwork[], const int &ldwork, int &info) |
| void | Bayesian_filter_matrix::LAPACK::rawLAPACK::geqrf (const int &m, const int &n, float da[], const int &lda, float dtau[], float dwork[], const int &ldwork, int &info) |
| void | Bayesian_filter_matrix::LAPACK::rawLAPACK::getrs (const char &transa, const int &n, const int &nrhs, const double da[], const int &lda, int ipivot[], double db[], const int &ldb, int &info) |
| void | Bayesian_filter_matrix::LAPACK::rawLAPACK::getrs (const char &transa, const int &n, const int &nrhs, const float da[], const int &lda, int ipivot[], float db[], const int &ldb, int &info) |
| void | Bayesian_filter_matrix::LAPACK::rawLAPACK::getrf (const int &m, const int &n, double da[], const int &lda, int ipivot[], int &info) |
| void | Bayesian_filter_matrix::LAPACK::rawLAPACK::getrf (const int &m, const int &n, float da[], const int &lda, int ipivot[], int &info) |
| int | Bayesian_filter_matrix::LAPACK::geqrf (matrix_t &a, vector_t &tau) |
| int | Bayesian_filter_matrix::LAPACK::getrf (matrix_t &a, pivot_t &ipivot) |
| int | Bayesian_filter_matrix::LAPACK::getrs (char transa, matrix_t &a, pivot_t &ipivot, matrix_t &b) |
1.4.6