Cadabra
Computer algebra system for field theory problems
Toggle main menu visibility
Loading...
Searching...
No Matches
core
properties
Accent.hh
Go to the documentation of this file.
1
2
#pragma once
3
4
#include "
properties/IndexInherit.hh
"
5
#include "
properties/NumericalFlat.hh
"
6
7
namespace
cadabra
{
8
15
16
class
Accent
:
public
PropertyInherit
,
public
IndexInherit
,
public
NumericalFlat
,
virtual
public
property
{
17
public
:
18
virtual
~Accent
();
19
virtual
std::string
name
()
const
;
20
};
21
22
23
}
IndexInherit.hh
NumericalFlat.hh
cadabra::Accent
Definition
Accent.hh:16
cadabra::Accent::name
virtual std::string name() const
Definition
Accent.cc:10
cadabra::Accent::~Accent
virtual ~Accent()
Definition
Accent.cc:6
cadabra::IndexInherit
Definition
IndexInherit.hh:9
cadabra::NumericalFlat
Property indicating that an operator is numerically flat, so that numerical factors in the argument c...
Definition
NumericalFlat.hh:11
cadabra::PropertyInherit
PropertyInherit is like Inherit<T> for all properties.
Definition
Props.hh:224
cadabra::property::property
property(bool hidden=false)
Definition
Props.cc:228
cadabra
Functions to handle the exchange properties of two or more symbols in a product.
Definition
Adjform.cc:83
Generated by
1.17.0