Cadabra
Computer algebra system for field theory problems
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Symbols.hh
Go to the documentation of this file.
1 
2 #pragma once
3 
4 #include <set>
5 #include <string>
6 
7 namespace cadabra {
8  namespace symbols {
9  extern const std::set<std::string> greek;
10  }
11 }
const std::set< std::string > greek