Go to the source code of this file.
|
| template<typename real_t > |
| void | mmx::linear::householder (real_t *M, real_t *d, real_t *e, int n) |
| |
| template<typename real_t > |
| real_t | mmx::linear::pythag (const real_t &a, const real_t &b) |
| |
| template<typename real_t > |
| void | mmx::linear::tqli (real_t *d, real_t *e, int n, real_t *z) |
| |
| template<class real_t > |
| void | mmx::linear::symeigen (real_t *M, real_t *d, int n) |
| |
| template<typename real_t > |
| void | mmx::linear::cpolynom (real_t *p, real_t *M, int n) |
| |
| template<typename real_t > |
| void | mmx::linear::caract_polynom (real_t *p, real_t *M, int n) |
| |