| 27 |
#include <ginac/indexed.h> |
#include <ginac/indexed.h> |
| 28 |
#include <ginac/ex.h> |
#include <ginac/ex.h> |
| 29 |
|
|
| 30 |
|
#ifndef NO_GINAC_NAMESPACE |
| 31 |
namespace GiNaC { |
namespace GiNaC { |
| 32 |
|
#endif // ndef NO_GINAC_NAMESPACE |
| 33 |
|
|
| 34 |
/** Base class for clifford object */ |
/** Base class for clifford object */ |
| 35 |
class clifford : public indexed |
class clifford : public indexed |
| 92 |
return static_cast<const clifford &>(*e.bp); |
return static_cast<const clifford &>(*e.bp); |
| 93 |
} |
} |
| 94 |
|
|
| 95 |
|
#ifndef NO_GINAC_NAMESPACE |
| 96 |
} // namespace GiNaC |
} // namespace GiNaC |
| 97 |
|
#endif // ndef NO_GINAC_NAMESPACE |
| 98 |
|
|
| 99 |
#endif // ndef __GINAC_CLIFFORD_H__ |
#endif // ndef __GINAC_CLIFFORD_H__ |