OscProb
|
#include <unsupported/Eigen/MatrixFunctions>
#include "PMNS_OQS.h"
#include "exceptions.h"
#include <iostream>
Go to the source code of this file.
Functions | |
void | get_GM (const matrixC &A, vectorD &v) |
void | get_SU3 (const vectorD &v, matrixC &A) |
void | get_GMOP (const matrixC &A, matrixD &B) |
Variables | |
constexpr int | SU3_DIM = PMNS_OQS::SU3_DIM |
Auxiliary function to convert Hermitian 3x3 matrices to GM representation vectors.
A | - The input Hermitian 3x3 matrix. |
v | - The output real 9-vector. |
Definition at line 242 of file PMNS_OQS.cxx.
Referenced by OscProb::PMNS_OQS::BuildR().
Auxiliary function to convert Hermitian 3x3 matrices to GM representation 9x9 operators.
A | - The input Hermitian 3x3 matrix. |
B | - The output real 9x9 matrix. |
Definition at line 288 of file PMNS_OQS.cxx.
References SU3_DIM.
Referenced by OscProb::PMNS_OQS::BuildHGM().
Auxiliary function to convert GM representation vectors to Hermitian 3x3 matrices.
v | - The input real 9-vector. |
A | - The output Hermitian 3x3 matrix. |
Definition at line 265 of file PMNS_OQS.cxx.
Referenced by OscProb::PMNS_OQS::UpdateRho().
|
constexpr |
Definition at line 19 of file PMNS_OQS.cxx.
Referenced by get_GMOP().