|
STK++ 1.0
|
Specialized Binary Operator Base class for the case ExpLeft * MatrixLowerTriangular. More...
#include <STK_TExpAlgebra.h>
Public Member Functions | |
| Real | operator[] (Integer i) const |
| The operator[] will perform lhs_ Op MatrixLowerTriangular(j) where Op Mult (*) | |
Protected Member Functions | |
| BinOpBase (const ExpLeft &X, const MatrixLowerTriangular &y) | |
| Protected constructor. | |
| ~BinOpBase () | |
| Protected destructor. | |
Protected Attributes | |
| const ExpLeft & | lhs_ |
| Reference on the Left Side. | |
| const MatrixLowerTriangular & | rhs_ |
| Reference on the Right term. | |
Specialized Binary Operator Base class for the case ExpLeft * MatrixLowerTriangular.
Definition at line 371 of file STK_TExpAlgebra.h.
| STK::BinOpBase< Mult, ExpLeft, MatrixLowerTriangular >::BinOpBase | ( | const ExpLeft & | X, |
| const MatrixLowerTriangular & | y | ||
| ) | [inline, protected] |
| STK::BinOpBase< Mult, ExpLeft, MatrixLowerTriangular >::~BinOpBase | ( | ) | [inline, protected] |
| Real STK::BinOpBase< Mult, ExpLeft, MatrixLowerTriangular >::operator[] | ( | Integer | i | ) | const [inline] |
The operator[] will perform lhs_ Op MatrixLowerTriangular(j) where Op Mult (*)
Definition at line 389 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, MatrixLowerTriangular >::lhs_ [protected] |
Reference on the Left Side.
Definition at line 374 of file STK_TExpAlgebra.h.
const MatrixLowerTriangular& STK::BinOpBase< Mult, ExpLeft, MatrixLowerTriangular >::rhs_ [protected] |
Reference on the Right term.
Definition at line 375 of file STK_TExpAlgebra.h.