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