OscProb
|
#include <stdio.h>
#include <cmath>
#include <complex>
#include <float.h>
#include "zheevc3.h"
#include "zheevq3.h"
Go to the source code of this file.
Macros | |
#define | SQR(x) ((x)*(x)) |
#define | SQR_ABS(x) (SQR(real(x)) + SQR(imag(x))) |
Functions | |
int | zheevh3 (std::complex< double > A[3][3], std::complex< double > Q[3][3], double w[3]) |
#define SQR | ( | x | ) | ((x)*(x)) |
Definition at line 27 of file zheevh3.cxx.
Definition at line 28 of file zheevh3.cxx.
int zheevh3 | ( | std::complex< double > | A[3][3], |
std::complex< double > | Q[3][3], | ||
double | w[3] | ||
) |
Definition at line 31 of file zheevh3.cxx.
References SQR, SQR_ABS, zheevc3(), and zheevq3().
Referenced by OscProb::PMNS_Fast::SolveHam().