bpp-core3
3.0.0
|
#include <algorithm>
#include <cmath>
#include <climits>
#include "Matrix.h"
#include "../NumTools.h"
Go to the source code of this file.
Classes | |
class | bpp::EigenValue< Real > |
Computes eigenvalues and eigenvectors of a real (non-complex) matrix. More... | |
Namespaces | |
bpp | |
Macros | |
#define | TOST(i) static_cast<size_t>(i) |
#define TOST | ( | i | ) | static_cast<size_t>(i) |
Definition at line 9 of file EigenValue.h.
Referenced by bpp::EigenValue< Real >::hqr2().