OscProb
|
Go to the source code of this file.
Macros | |
#define | M_SQRT3 1.73205080756887729352744634151 |
#define | SQR(x) ((x)*(x)) |
#define | SQR_ABS(x) (SQR(real(x)) + SQR(imag(x))) |
Functions | |
int | zheevc3 (std::complex< double > A[3][3], double w[3]) |
#define M_SQRT3 1.73205080756887729352744634151 |
Definition at line 25 of file zheevc3.cxx.
#define SQR | ( | x | ) | ((x)*(x)) |
Definition at line 28 of file zheevc3.cxx.
Definition at line 29 of file zheevc3.cxx.
int zheevc3 | ( | std::complex< double > | A[3][3], |
double | w[3] | ||
) |
Definition at line 33 of file zheevc3.cxx.
References M_SQRT3, SQR, and SQR_ABS.
Referenced by zheevh3().