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