GiNaC 1.8.7
|
Implementation of GiNaC's wildcard objects. More...
#include "wildcard.h"
#include "archive.h"
#include "utils.h"
#include "hash_seed.h"
#include <iostream>
Go to the source code of this file.
Namespaces | |
namespace | GiNaC |
Functions | |
GiNaC::GINAC_IMPLEMENT_REGISTERED_CLASS_OPT (wildcard, basic, print_func< print_context >(&wildcard::do_print). print_func< print_tree >(&wildcard::do_print_tree). print_func< print_python_repr >(&wildcard::do_print_python_repr)) wildcard | |
GiNaC::GINAC_BIND_UNARCHIVER (wildcard) | |
bool | GiNaC::haswild (const ex &x) |
Check whether x has a wildcard anywhere as a subexpression. More... | |
Implementation of GiNaC's wildcard objects.
Definition in file wildcard.cpp.