GiNaC  1.6.2
Public Member Functions | Protected Attributes
GiNaC::spmapkey Class Reference

#include <indexed.h>

List of all members.

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

Detailed Description

Definition at line 207 of file indexed.h.


Constructor & Destructor Documentation

GiNaC::spmapkey::spmapkey ( ) [inline]

Definition at line 209 of file indexed.h.

GiNaC::spmapkey::spmapkey ( const ex v1,
const ex v2,
const ex dim = wild() 
)

Definition at line 1300 of file indexed.cpp.

References GiNaC::ex::compare(), GiNaC::ex::op(), v1, and v2.


Member Function Documentation

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.

References dim, v1, and v2.

Referenced by GiNaC::scalar_products::debugprint().


Member Data Documentation

ex GiNaC::spmapkey::v1 [protected]

Definition at line 218 of file indexed.h.

Referenced by debugprint(), operator<(), operator==(), and spmapkey().

ex GiNaC::spmapkey::v2 [protected]

Definition at line 218 of file indexed.h.

Referenced by debugprint(), operator<(), operator==(), and spmapkey().

ex GiNaC::spmapkey::dim [protected]

Definition at line 218 of file indexed.h.

Referenced by debugprint(), operator<(), and operator==().


The documentation for this class was generated from the following files:

This page is part of the GiNaC developer's reference. It was generated automatically by doxygen. For an introduction, see the tutorial.