Cadabra
Computer algebra system for field theory problems
Loading...
Searching...
No Matches
young_project_tensor.hh
Go to the documentation of this file.
1
2#pragma once
3
4#include "Algorithm.hh"
6
7namespace cadabra {
8
10 public:
11 young_project_tensor(const Kernel&, Ex&, bool);
12
13 virtual bool can_apply(iterator);
14 virtual result_t apply(iterator&);
15
18 private:
20 };
21
22 }
Base class for all algorithms, containing generic routines and in particular the logic for index clas...
Definition Algorithm.hh:54
Definition Storage.hh:170
result_t
Keeping track of what algorithms have done to this expression.
Definition Storage.hh:200
Ex::iterator iterator
Definition ExManip.hh:12
Definition Kernel.hh:15
Definition TableauBase.hh:9
Definition young_project_tensor.hh:9
virtual bool can_apply(iterator)
Definition young_project_tensor.cc:19
bool modulo_monoterm
Definition young_project_tensor.hh:16
combin::symmetriser< unsigned int > sym
Definition young_project_tensor.hh:17
virtual result_t apply(iterator &)
Definition young_project_tensor.cc:31
const TableauBase * tb
Definition young_project_tensor.hh:19
Definition Combinatorics.hh:154
Functions to handle the exchange properties of two or more symbols in a product.
Definition Adjform.cc:83