STK++ 1.0
STK_TExpAlgebra.h File Reference

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"
Include dependency graph for STK_TExpAlgebra.h:
This graph shows which files directly or indirectly include this file:

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.



Detailed Description

Define the main classes for inlining algebraic expressions with Reals.

Definition in file STK_TExpAlgebra.h.