|
GiNaC
1.6.2
|
This class represents the Clifford algebra generators (units). More...
#include <clifford.h>
Public Member Functions | |
| bool | contract_with (exvector::iterator self, exvector::iterator other, exvector &v) const |
| Contraction of a Clifford unit with something else. | |
Protected Member Functions | |
| void | do_print (const print_context &c, unsigned level) const |
| Default output to stream. | |
| void | do_print_latex (const print_latex &c, unsigned level) const |
This class represents the Clifford algebra generators (units).
Definition at line 103 of file clifford.h.
| bool GiNaC::cliffordunit::contract_with | ( | exvector::iterator | self, |
| exvector::iterator | other, | ||
| exvector & | v | ||
| ) | const [virtual] |
Contraction of a Clifford unit with something else.
Reimplemented from GiNaC::basic.
Reimplemented in GiNaC::diracgamma.
Definition at line 449 of file clifford.cpp.
| void GiNaC::cliffordunit::do_print | ( | const print_context & | c, |
| unsigned | level | ||
| ) | const [protected] |
| void GiNaC::cliffordunit::do_print_latex | ( | const print_latex & | c, |
| unsigned | level | ||
| ) | const [protected] |
Reimplemented in GiNaC::diracgamma.