 |
Cadabra
Computer algebra system for field theory problems
|
virtual result_t apply(iterator &) override
Definition: factor_out.cc:27
Ex::iterator iterator
Definition: Algorithm.hh:70
Definition: factor_out.hh:10
result_t
Keeping track of what algorithms have done to this expression.
Definition: Storage.hh:159
std::vector< Ex > to_factor_out_t
Definition: factor_out.hh:20
Base class for all algorithms, containing generic routines and in particular the logic for index clas...
Definition: Algorithm.hh:59
virtual bool can_apply(iterator) override
Check if the expression is a sum with more than one term.
Definition: factor_out.cc:21
Basic storage class for symbolic mathemematical expressions.
Definition: Storage.hh:140
bool to_right
Definition: factor_out.hh:18
Functions to handle the exchange properties of two or more symbols in a product.
Definition: Adjform.cc:80
to_factor_out_t to_factor_out
Definition: factor_out.hh:21
factor_out(const Kernel &, Ex &, Ex &, bool right)
Definition: factor_out.cc:10