| 28 |
#include "basic.h" |
#include "basic.h" |
| 29 |
#include "ex.h" |
#include "ex.h" |
| 30 |
|
|
|
#ifndef NO_NAMESPACE_GINAC |
|
| 31 |
namespace GiNaC { |
namespace GiNaC { |
|
#endif // ndef NO_NAMESPACE_GINAC |
|
| 32 |
|
|
| 33 |
|
|
| 34 |
/** This class holds one index of an indexed object. Indices can be symbolic |
/** This class holds one index of an indexed object. Indices can be symbolic |
| 103 |
ex subs_indices(const ex & e, const exvector & idxv_contra, const exvector & idxv_co); |
ex subs_indices(const ex & e, const exvector & idxv_contra, const exvector & idxv_co); |
| 104 |
unsigned count_index(const ex & e, const ex & i); |
unsigned count_index(const ex & e, const ex & i); |
| 105 |
|
|
|
#ifndef NO_NAMESPACE_GINAC |
|
| 106 |
} // namespace GiNaC |
} // namespace GiNaC |
|
#endif // ndef NO_NAMESPACE_GINAC |
|
| 107 |
|
|
| 108 |
#endif // ndef __GINAC_IDX_H__ |
#endif // ndef __GINAC_IDX_H__ |