DiFfRG
|
#include <DiFfRG/common/math.hh>
#include <cmath>
#include <cstdlib>
#include <cstring>
#include <ctime>
#include <iostream>
#include <limits>
Go to the source code of this file.
Namespaces | |
namespace | DiFfRG |
Functions | |
template<typename T > | |
void | DiFfRG::diagonalize_tridiagonal_symmetric_matrix (std::vector< T > &d, std::vector< T > &e, std::vector< T > &z) |
Diagonalizes a symmetric tridiagonal matrix. | |