Cadabra
Computer algebra system for field theory problems
core
properties
Integral.hh
Go to the documentation of this file.
1
2
#pragma once
3
4
#include "
Props.hh
"
5
6
// Turns a symbol into an integration function, which takes two arguments,
7
// the integrand and the coordinate over which to integrate, optionally
8
// with a range.
9
10
class
Integral
:
public
property {
11
public
:
12
virtual
~Integral
() {};
13
14
virtual
std::string
name
()
const
;
15
virtual
bool
parse
(
const
Properties&, keyval_t& keyvals)
override
;
16
virtual
void
display
(std::ostream&)
const
;
17
};
Integral::~Integral
virtual ~Integral()
Definition:
Integral.hh:12
Integral
Definition:
Integral.hh:10
Integral::name
virtual std::string name() const
Integral::parse
virtual bool parse(const Properties &, keyval_t &keyvals) override
Integral::display
virtual void display(std::ostream &) const
Props.hh
Generated by
1.8.16