| 27 |
#include "indexed.h" |
#include "indexed.h" |
| 28 |
#include "ex.h" |
#include "ex.h" |
| 29 |
|
|
| 30 |
#ifndef NO_GINAC_NAMESPACE |
#ifndef NO_NAMESPACE_GINAC |
| 31 |
namespace GiNaC { |
namespace GiNaC { |
| 32 |
#endif // ndef NO_GINAC_NAMESPACE |
#endif // ndef NO_NAMESPACE_GINAC |
| 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 |
#ifndef NO_NAMESPACE_GINAC |
| 96 |
} // namespace GiNaC |
} // namespace GiNaC |
| 97 |
#endif // ndef NO_GINAC_NAMESPACE |
#endif // ndef NO_NAMESPACE_GINAC |
| 98 |
|
|
| 99 |
#endif // ndef __GINAC_CLIFFORD_H__ |
#endif // ndef __GINAC_CLIFFORD_H__ |