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