File pmns-matrix.hpp๏
-
namespace nuTens
Functions
- constexpr std::complex< float > imagUnit (0.0, 1.0)
-
class PMNSmatrix : public nuTens::BaseMixingMatrix
- #include <pmns-matrix.hpp>
PMNS matrix in the standard parameterisation Convenient way to construct the matrix.
Unnamed Group
-
inline const Tensor &getTheta12Tensor()
Setters.
-
inline const Tensor &getTheta13Tensor()
-
inline const Tensor &getTheta23Tensor()
-
inline const Tensor &getDeltaCPTensor()
Public Functions
-
inline PMNSmatrix(dtypes::deviceType device = dtypes::kCPU)
-
inline PMNSmatrix &setTheta12(float theta12)
-
inline PMNSmatrix &setTheta13(float theta13)
-
inline PMNSmatrix &setTheta23(float theta23)
-
inline PMNSmatrix &setDeltaCP(float deltaCP)
Protected Functions
-
inline const Tensor &getTheta12Tensor()