Cadabra
Computer algebra system for field theory problems
Toggle main menu visibility
Loading...
Searching...
No Matches
core
properties
ImplicitIndex.hh
Go to the documentation of this file.
1
2
#pragma once
3
4
#include "
Props.hh
"
5
6
namespace
cadabra
{
7
8
class
ImplicitIndex
:
virtual
public
property
{
9
public
:
10
virtual
bool
parse
(
Kernel
&,
keyval_t
&)
override
;
11
virtual
std::string
name
()
const override
;
12
virtual
std::string
unnamed_argument
()
const override
13
{
14
return
"explicit"
;
15
};
16
virtual
void
latex
(std::ostream& str)
const override
;
17
18
Ex
explicit_form
;
19
};
20
21
}
Props.hh
cadabra::Ex
Definition
Storage.hh:170
cadabra::ImplicitIndex
Definition
ImplicitIndex.hh:8
cadabra::ImplicitIndex::explicit_form
Ex explicit_form
Definition
ImplicitIndex.hh:18
cadabra::ImplicitIndex::parse
virtual bool parse(Kernel &, keyval_t &) override
Definition
ImplicitIndex.cc:12
cadabra::ImplicitIndex::unnamed_argument
virtual std::string unnamed_argument() const override
Definition
ImplicitIndex.hh:12
cadabra::ImplicitIndex::name
virtual std::string name() const override
Definition
ImplicitIndex.cc:7
cadabra::ImplicitIndex::latex
virtual void latex(std::ostream &str) const override
Display the property on the stream.
Definition
ImplicitIndex.cc:30
cadabra::Kernel
Definition
Kernel.hh:15
cadabra::keyval_t
Arguments to properties get parsed into a keyval_t structure.
Definition
Props.hh:68
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