| GiNaC 1.8.9
    | 
#include <indexed.h>
| Public Member Functions | |
| spmapkey () | |
| spmapkey (const ex &v1, const ex &v2, const ex &dim=wild()) | |
| bool | operator== (const spmapkey &other) const | 
| bool | operator< (const spmapkey &other) const | 
| void | debugprint () const | 
| Protected Attributes | |
| ex | v1 | 
| ex | v2 | 
| ex | dim | 
Definition at line 1300 of file indexed.cpp.
References GiNaC::ex::compare(), GiNaC::ex::op(), v1, and v2.
| bool GiNaC::spmapkey::operator== | ( | const spmapkey & | other | ) | const | 
Definition at line 1316 of file indexed.cpp.
References dim, GiNaC::ex::is_equal(), v1, and v2.
| bool GiNaC::spmapkey::operator< | ( | const spmapkey & | other | ) | const | 
Definition at line 1328 of file indexed.cpp.
References GiNaC::ex::compare(), dim, v1, and v2.
| void GiNaC::spmapkey::debugprint | ( | ) | const | 
Definition at line 1344 of file indexed.cpp.
Referenced by GiNaC::scalar_products::debugprint().
| 
 | protected | 
Definition at line 208 of file indexed.h.
Referenced by debugprint(), operator<(), operator==(), and spmapkey().
| 
 | protected | 
Definition at line 208 of file indexed.h.
Referenced by debugprint(), operator<(), operator==(), and spmapkey().
| 
 | protected | 
Definition at line 208 of file indexed.h.
Referenced by debugprint(), operator<(), and operator==().