Bayes++ Bayesian Filtering Classes Release 2014.5 - Copyright (c) 2003,2004,2005,2006,2011,2012,2014 Michael Stevens
Namespaces | Typedefs | Functions
Bayesian_filter_matrix::LAPACK Namespace Reference

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 Documentation

◆ matrix_t

◆ pivot_t

typedef boost::numeric::ublas::vector<int> Bayesian_filter_matrix::LAPACK::pivot_t

◆ vector_t

Function Documentation

◆ geqrf()

int Bayesian_filter_matrix::LAPACK::geqrf ( matrix_t a,
vector_t tau 
)

◆ getrf()

int Bayesian_filter_matrix::LAPACK::getrf ( matrix_t a,
pivot_t ipivot 
)

◆ getrs()

int Bayesian_filter_matrix::LAPACK::getrs ( char  transa,
matrix_t a,
pivot_t ipivot,
matrix_t b 
)