|
STK++ 1.0
|
Specialized Binary Operator Base class for the case Real Op Exp. More...
#include <STK_TExpAlgebra.h>
Public Member Functions | |
| Real | operator[] (Integer i) const |
| The operator[] will perform lhs_ Op rhs_[i] where Op will be Plus (+), Minus (-), Mult (*) or Div (/) | |
| Real | operator() (Integer i, Integer j) const |
| The operator(i,j) will perform lhs_ Op rhs_(i,j) where Op will be Plus (+), Minus (-), Mult (*) or Div (/) | |
Protected Member Functions | |
| BinOpBase (Real const &y, const ExpRight &X) | |
| Protected constructor. | |
| ~BinOpBase () | |
| Protected destructor. | |
Protected Attributes | |
| Real const & | lhs_ |
| Reference on the Left term. | |
| const ExpRight & | rhs_ |
| Reference on the Right Side. | |
Specialized Binary Operator Base class for the case Real Op Exp.
Definition at line 87 of file STK_TExpAlgebra.h.
| STK::BinOpBase< Op, Real, ExpRight >::BinOpBase | ( | Real const & | y, |
| const ExpRight & | X | ||
| ) | [inline, protected] |
| STK::BinOpBase< Op, Real, ExpRight >::~BinOpBase | ( | ) | [inline, protected] |
| Real STK::BinOpBase< Op, Real, ExpRight >::operator[] | ( | Integer | i | ) | const [inline] |
The operator[] will perform lhs_ Op rhs_[i] where Op will be Plus (+), Minus (-), Mult (*) or Div (/)
Definition at line 104 of file STK_TExpAlgebra.h.
References STK::BinOpBase< Op, ExpLeft, ExpRight >::lhs_, and STK::BinOpBase< Op, ExpLeft, ExpRight >::rhs_.
| Real STK::BinOpBase< Op, Real, ExpRight >::operator() | ( | Integer | i, |
| Integer | j | ||
| ) | const [inline] |
The operator(i,j) will perform lhs_ Op rhs_(i,j) where Op will be Plus (+), Minus (-), Mult (*) or Div (/)
Definition at line 110 of file STK_TExpAlgebra.h.
References STK::BinOpBase< Op, ExpLeft, ExpRight >::lhs_, and STK::BinOpBase< Op, ExpLeft, ExpRight >::rhs_.
Real const& STK::BinOpBase< Op, Real, ExpRight >::lhs_ [protected] |
Reference on the Left term.
Definition at line 90 of file STK_TExpAlgebra.h.
const ExpRight& STK::BinOpBase< Op, Real, ExpRight >::rhs_ [protected] |
Reference on the Right Side.
Definition at line 91 of file STK_TExpAlgebra.h.