Cadabra
Computer algebra system for field theory problems
Loading...
Searching...
No Matches
Keywords.hh
Go to the documentation of this file.
1#pragma once
2
3#include <string>
4
5// Returns the group name belongs to, or nullptr if not found
6const char* get_keyword_group(const std::string& name);
const char * get_keyword_group(const std::string &name)
Definition Keywords.cc:81