|
STK++ 1.0
|
Specialized Binary Operator Base class for the case ExpLeft * MatrixSquare. More...
#include <STK_TExpAlgebra.h>
Public Member Functions | |
| Real | operator[] (Integer i) const |
| The operator[] will perform lhs_ Op MatrixSquare(j) where Op Mult (*) | |
Protected Member Functions | |
| BinOpBase (const ExpLeft &X, MatrixSquare const &y) | |
| Protected constructor. | |
| ~BinOpBase () | |
| Protected destructor. | |
Protected Attributes | |
| const ExpLeft & | lhs_ |
| Reference on the Left Side. | |
| MatrixSquare const & | rhs_ |
| Reference on the Right term. | |
Specialized Binary Operator Base class for the case ExpLeft * MatrixSquare.
Definition at line 244 of file STK_TExpAlgebra.h.
| STK::BinOpBase< Mult, ExpLeft, MatrixSquare >::BinOpBase | ( | const ExpLeft & | X, |
| MatrixSquare const & | y | ||
| ) | [inline, protected] |
| STK::BinOpBase< Mult, ExpLeft, MatrixSquare >::~BinOpBase | ( | ) | [inline, protected] |
| Real STK::BinOpBase< Mult, ExpLeft, MatrixSquare >::operator[] | ( | Integer | i | ) | const [inline] |
The operator[] will perform lhs_ Op MatrixSquare(j) where Op Mult (*)
Definition at line 261 of file STK_TExpAlgebra.h.
References STK::Mult::apply(), STK::BinOpBase< Op, ExpLeft, ExpRight >::lhs_, and STK::BinOpBase< Op, ExpLeft, ExpRight >::rhs_.
const ExpLeft& STK::BinOpBase< Mult, ExpLeft, MatrixSquare >::lhs_ [protected] |
Reference on the Left Side.
Definition at line 247 of file STK_TExpAlgebra.h.
MatrixSquare const& STK::BinOpBase< Mult, ExpLeft, MatrixSquare >::rhs_ [protected] |
Reference on the Right term.
Definition at line 248 of file STK_TExpAlgebra.h.