GiNaC 1.8.7
|
#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 1299 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 1315 of file indexed.cpp.
References dim, GiNaC::ex::is_equal(), v1, and v2.
bool GiNaC::spmapkey::operator< | ( | const spmapkey & | other | ) | const |
Definition at line 1327 of file indexed.cpp.
References GiNaC::ex::compare(), dim, v1, and v2.
void GiNaC::spmapkey::debugprint | ( | ) | const |
Definition at line 1343 of file indexed.cpp.
|
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==().