FlopCpp trunk
Loading...
Searching...
No Matches
Friends | List of all members
flopc::MP_index_dif Class Reference

Internal representation of an index expression. More...

#include <MP_index.hpp>

+ Inheritance diagram for flopc::MP_index_dif:
+ Collaboration diagram for flopc::MP_index_dif:

Friends

MP_index_exp operator- (MP_index &i, const Constant &j)
 
MP_index_exp operator- (MP_index &i, const int &j)
 returns an index expression from a difference between an MP_index and an integer.
 

Additional Inherited Members

- Public Member Functions inherited from flopc::MP_index_base
virtual int evaluate () const =0
 
virtual MP_indexgetIndex () const =0
 
virtual MP_domain getDomain (MP_set *s) const =0
 
virtual void display () const
 
- Protected Member Functions inherited from flopc::MP_index_base
 MP_index_base ()
 
virtual ~MP_index_base ()
 

Detailed Description

Internal representation of an index expression.

Note
FOR INTERNAL USE: This is not normally used directly by the calling code.
See also
operator+(MP_index& i, const Constant & j);

Definition at line 219 of file MP_index.hpp.

Friends And Related Symbol Documentation

◆ operator- [1/2]

MP_index_exp operator- ( MP_index i,
const Constant j 
)
friend

◆ operator- [2/2]

MP_index_exp operator- ( MP_index i,
const int &  j 
)
friend

returns an index expression from a difference between an MP_index and an integer.

(i-5)


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