Cadabra
Computer algebra system for field theory problems
core
properties
Integral.hh
Go to the documentation of this file.
1
#pragma once
2
3
#include "
Props.hh
"
4
5
namespace
cadabra
{
6
7
// Turns a symbol into an integration function, which takes two arguments,
8
// the integrand and the coordinate over which to integrate, optionally
9
// with a range.
10
11
class
Integral
:
public
property
{
12
public
:
13
virtual
~Integral
() {};
14
15
virtual
std::string
name
()
const
;
16
virtual
bool
parse
(
Kernel
&,
keyval_t
& keyvals)
override
;
17
virtual
void
display
(std::ostream&)
const
;
18
};
19
20
}
cadabra::Integral::display
virtual void display(std::ostream &) const
cadabra::Kernel
Definition:
Kernel.hh:15
cadabra::Integral::~Integral
virtual ~Integral()
Definition:
Integral.hh:13
cadabra::Integral::parse
virtual bool parse(Kernel &, keyval_t &keyvals) override
cadabra::property
FIXME: the above two need to be merged, because parse may need access to the actual pattern tree,...
Definition:
Props.hh:127
Props.hh
cadabra::Integral::name
virtual std::string name() const
cadabra
Functions to handle the exchange properties of two or more symbols in a product.
Definition:
Adjform.cc:83
cadabra::Integral
Definition:
Integral.hh:11
cadabra::keyval_t
Arguments to properties get parsed into a keyval_t structure.
Definition:
Props.hh:68
Generated on Sat Dec 24 2022 11:56:47 for Cadabra by
1.8.17