|
STK++ 1.0
|
Define the main classes for inlining algebraic expressions with Reals. More...
#include "../../Arrays/include/STK_MatrixSquare.h"#include "../../Arrays/include/STK_MatrixLowerTriangular.h"#include "../../Arrays/include/STK_MatrixUpperTriangular.h"#include "STK_TOperator.h"

Go to the source code of this file.
Classes | |
| class | STK::BinOpBase< Op, ExpLeft, ExpRight > |
| Binary Operator bbase class. More... | |
| class | STK::BinOpBase< Op, Real, ExpRight > |
| Specialized Binary Operator Base class for the case Real Op Exp. More... | |
| class | STK::BinOpBase< Op, ExpLeft, Real > |
| Specialized Binary Operator Base class for the case Exp Op Real. More... | |
| class | STK::BinOpBase< Mult, Matrix, ExpRight > |
| Specialized Binary Operator Base class for the case Matrix * ExpRight. More... | |
| class | STK::BinOpBase< Mult, ExpLeft, Matrix > |
| Specialized Binary Operator Base class for the case ExpLeft * Matrix. More... | |
| class | STK::BinOpBase< Mult, MatrixSquare, ExpRight > |
| Specialized Binary Operator Base class for the case Matrix * ExpRight. More... | |
| class | STK::BinOpBase< Mult, ExpLeft, MatrixSquare > |
| Specialized Binary Operator Base class for the case ExpLeft * MatrixSquare. More... | |
| class | STK::BinOpBase< Mult, MatrixUpperTriangular, ExpRight > |
| Specialized Binary Operator Base class for the case MatrixUpperTriangular * ExpRight. More... | |
| class | STK::BinOpBase< Mult, ExpLeft, MatrixUpperTriangular > |
| Specialized Binary Operator Base class for the case ExpLeft * MatrixUpperTriangular. More... | |
| class | STK::BinOpBase< Mult, MatrixLowerTriangular, ExpRight > |
| Specialized Binary Operator Base class for the case MatrixLowerTriangular * ExpRight. More... | |
| class | STK::BinOpBase< Mult, ExpLeft, MatrixLowerTriangular > |
| Specialized Binary Operator Base class for the case ExpLeft * MatrixLowerTriangular. More... | |
| class | STK::BinOp< Op, ExpLeft, ExpRight > |
| Binary Operator class derived from BinOpBase class which is specialized. More... | |
| class | STK::UnOp< Op, Exp > |
| UnOp class for unary operators. More... | |
Namespaces | |
| namespace | STK |
STK means the Statistical ToolKit. | |
Define the main classes for inlining algebraic expressions with Reals.
Definition in file STK_TExpAlgebra.h.