|
| GiNaC::GINAC_DECLARE_UNARCHIVER (tensdelta) |
|
| GiNaC::GINAC_DECLARE_UNARCHIVER (tensmetric) |
|
| GiNaC::GINAC_DECLARE_UNARCHIVER (minkmetric) |
|
| GiNaC::GINAC_DECLARE_UNARCHIVER (spinmetric) |
|
| GiNaC::GINAC_DECLARE_UNARCHIVER (tensepsilon) |
|
ex | GiNaC::delta_tensor (const ex &i1, const ex &i2) |
| Create a delta tensor with specified indices. More...
|
|
ex | GiNaC::metric_tensor (const ex &i1, const ex &i2) |
| Create a symmetric metric tensor with specified indices. More...
|
|
ex | GiNaC::lorentz_g (const ex &i1, const ex &i2, bool pos_sig=false) |
| Create a Minkowski metric tensor with specified indices. More...
|
|
ex | GiNaC::spinor_metric (const ex &i1, const ex &i2) |
| Create a spinor metric tensor with specified indices. More...
|
|
ex | GiNaC::epsilon_tensor (const ex &i1, const ex &i2) |
| Create an epsilon tensor in a Euclidean space with two indices. More...
|
|
ex | GiNaC::epsilon_tensor (const ex &i1, const ex &i2, const ex &i3) |
| Create an epsilon tensor in a Euclidean space with three indices. More...
|
|
ex | GiNaC::lorentz_eps (const ex &i1, const ex &i2, const ex &i3, const ex &i4, bool pos_sig=false) |
| Create an epsilon tensor in a Minkowski space with four indices. More...
|
|
Interface to GiNaC's special tensors.
Definition in file tensor.h.