Cadabra
Computer algebra system for field theory problems
Loading...
Searching...
No Matches
tab_dimension.hh
Go to the documentation of this file.
1#pragma once
2
3#include "Algorithm.hh"
4#include "YoungTab.hh"
7
8namespace cadabra {
9
10 class tabdimension : public Algorithm {
11 public:
12 tabdimension(const Kernel&, Ex&);
13
14 virtual bool can_apply(iterator);
15 virtual result_t apply(iterator&);
16
17 const Tableau *tab;
20 };
21
22
23
24 }
Base class for all algorithms, containing generic routines and in particular the logic for index clas...
Definition Algorithm.hh:59
Ex::iterator iterator
Definition Algorithm.hh:70
Basic storage class for symbolic mathemematical expressions.
Definition Storage.hh:142
result_t
Keeping track of what algorithms have done to this expression.
Definition Storage.hh:168
Definition FilledTableau.hh:8
Definition Kernel.hh:15
Property representing a Young tableau with unlabelled boxes.
Definition Tableau.hh:14
Definition tab_dimension.hh:10
virtual bool can_apply(iterator)
Definition tab_dimension.cc:12
int dimension
Definition tab_dimension.hh:19
const FilledTableau * ftab
Definition tab_dimension.hh:18
const Tableau * tab
Definition tab_dimension.hh:17
virtual result_t apply(iterator &)
Definition tab_dimension.cc:34
Functions to handle the exchange properties of two or more symbols in a product.
Definition Adjform.cc:83