Documentation of MARTY
A Modern ARtificial Theoretical phYsicist
simpleWilson.h
1 #pragma once
2 
3 #include <utility>
4 
5 namespace csl {
6  class Expr;
7 }
8 
9 namespace mty {
10 
11  std::pair<csl::Expr, csl::Expr> calculate_C9_C10();
12 
13 }
Namespace of MARTY.
Definition: 2HDM.h:31