Tatooine
Namespaces | Functions
bidiagonal_system_solver.h File Reference

Go to the source code of this file.

Namespaces

namespace  tatooine
 

Functions

template<typename T >
bool tatooine::bdsvu (int _n, int _nrhs, const T *_d, const T *_du, T *_b, int _ldb)
 
template<typename T >
bool tatooine::bdsvl (int _n, int _nrhs, const T *_dl, const T *_d, T *_b, int _ldb)
 
template<typename T >
bool tatooine::solve_blockwise (int _n, const T *_d, const T *_du, T *_b)
 
template<typename T >
void tatooine::_planerot (T _c, T _s, T *_x)
 
template<typename T >
bool tatooine::solve_qr (int _n, T *_d, T *_du, T *_b, T *_null)