#include <unit_letter.h>
Inheritance diagram for unit_letter:

Public Member Functions | |
| unit_letter (const GiNaC::ex &d) | |
| unit_letter (const GiNaC::ex &d, const GiNaC::ex &i) | |
| void | archive (GiNaC::archive_node &node) const |
| void | read_archive (const GiNaC::archive_node &node, GiNaC::lst &sym_lst) |
| void | print (const GiNaC::print_context &c, unsigned level=0) const |
| GiNaC::ex | eval (int level=0) const |
| GiNaC::ex | concat_speedy (const GiNaC::ex &l) const |
The model for a unit_letter is
Here
is the degree and
the summation index.
|
|
Assumes that the indices are the same or equal to the default one. The multiplication is performed according to
and returns directly a unit_letter. The result gets the index from the first letter, if this one differs from _default_index, otherwise the result gets the index from the second letter. Reimplemented from letter. |
|
|
If the index is an integer, the object is evaluated explicitly. Reimplemented from letter. |
1.3.7