GiNaC 1.8.7
Public Member Functions | Protected Attributes | List of all members
GiNaC::spmapkey Class Reference

#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
 

Detailed Description

Definition at line 197 of file indexed.h.

Constructor & Destructor Documentation

◆ spmapkey() [1/2]

GiNaC::spmapkey::spmapkey ( )
inline

Definition at line 199 of file indexed.h.

◆ spmapkey() [2/2]

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

Definition at line 1299 of file indexed.cpp.

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

Member Function Documentation

◆ operator==()

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.

◆ operator<()

bool GiNaC::spmapkey::operator< ( const spmapkey other) const

Definition at line 1327 of file indexed.cpp.

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

◆ debugprint()

void GiNaC::spmapkey::debugprint ( ) const

Definition at line 1343 of file indexed.cpp.

References dim, v1, and v2.

Member Data Documentation

◆ v1

ex GiNaC::spmapkey::v1
protected

Definition at line 208 of file indexed.h.

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

◆ v2

ex GiNaC::spmapkey::v2
protected

Definition at line 208 of file indexed.h.

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

◆ dim

ex GiNaC::spmapkey::dim
protected

Definition at line 208 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.