GiNaC  1.6.2
Public Member Functions | Protected Member Functions
GiNaC::cliffordunit Class Reference

This class represents the Clifford algebra generators (units). More...

#include <clifford.h>

Inheritance diagram for GiNaC::cliffordunit:
GiNaC::tensor GiNaC::basic GiNaC::refcounted GiNaC::diracgamma

List of all members.

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

Detailed Description

This class represents the Clifford algebra generators (units).

Definition at line 103 of file clifford.h.


Member Function Documentation

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]

Default output to stream.

Reimplemented from GiNaC::basic.

Reimplemented in GiNaC::diracgamma.

void GiNaC::cliffordunit::do_print_latex ( const print_latex c,
unsigned  level 
) const [protected]

Reimplemented in GiNaC::diracgamma.


The documentation for this class was generated from the following files:

This page is part of the GiNaC developer's reference. It was generated automatically by doxygen. For an introduction, see the tutorial.