|
|
| EpsilonIndex (csl::Index const &mu, csl::Index const &nu, csl::Index const &rho, csl::Index const &sigma) |
| |
|
bool | isZero () const override |
| |
|
GExpr | copy () const override |
| |
|
GExpr | refresh () const override |
| |
|
csl::Expr | getFactor () const override |
| |
|
GExpr | getTerm () const override |
| |
|
csl::Expr | toCSL (TensorSet const &) const override |
| |
|
bool | hasPropertyWith (GExpr const &other) const override |
| |
|
GExpr | propertyWith (GExpr const &other) const override |
| |
|
GExpr | chisholmIdentity1 (csl::Index const &mu, csl::Index const &a, csl::Index const &b) const |
| |
|
GExpr | chisholmIdentity2 (csl::Index const &mu, csl::Index const &nu, csl::Index const &a, csl::Index const &b) const |
| |
|
GExpr | chisholmIdentity2A (std::vector< csl::Index > const &rho, csl::Index const &a, csl::Index const &b) const |
| |
|
GExpr | chisholmIdentity2B (std::vector< csl::Index > const &rho, csl::Index const &nu, csl::Index const &a, csl::Index const &b) const |
| |
|
void | print (std::ostream &out=std::cout) const override |
| |
|
| AbstractGeneralizedIndex (csl::Index const &t_index) |
| |
|
| AbstractGeneralizedIndex (std::vector< csl::Index > const &t_indices) |
| |
|
bool | hasSelfContraction () const |
| |
|
void | printIndices (std::ostream &out, char sep) const |
| |
|
std::vector< csl::Index > const & | indices () const override |
| |
|
std::vector< csl::Index > & | indices () override |
| |
|
bool | contains (csl::Index const &index) const override |
| |
|
void | replace (csl::Index const &i, csl::Index const &j) override |
| |
|
size_t | size () const override |
| |
|
GExpr const & | argument (size_t i) const override |
| |
|
GExpr & | argument (size_t i) override |
| |
|
iterator | begin () override |
| |
|
const_iterator | begin () const override |
| |
|
iterator | end () override |
| |
|
const_iterator | end () const override |
| |
|
GExpr | self () |
| |
|
virtual GExpr | simplify () |
| |
|
virtual csl::Expr const & | expr () const |
| |
|
virtual csl::Expr & | expr () |
| |
|
void | errorPrint () const |
| |