#include <Expression.h>
Public Member Functions | |
template<typename T1> | |
ExpMat & | operator= (const T1 &t1) |
Assignment operator. | |
template<typename T1> | |
ExpMat (T1 &t1) | |
Constructors. | |
template<typename T1, typename T2> | |
ExpMat (T1 &t1, T2 &t2) | |
Constructors. | |
template<typename T1, typename T2, typename T3> | |
ExpMat (T1 &t1, T2 &t2, T3 &t3) | |
Constructors. | |
template<typename T1, typename T2, typename T3, typename T4> | |
ExpMat (T1 &t1, T2 &t2, T3 &t3, T4 &t4) | |
Constructors. | |
template<typename T1, typename T2, typename T3, typename T4, typename T5> | |
ExpMat (T1 &t1, T2 &t2, T3 &t3, T4 &t4, T5 &t5) | |
Constructors. | |
template<typename T1, typename T2> | |
ExpMat (const T1 &t1, ScalarCon< T2 > t2) | |
Constructors. | |
template<typename T1, typename T2> | |
ExpMat (ScalarCon< T1 > t1, const T2 &t2) | |
Constructors. |
Expression wrapper, intended to provide a uniform interface.
The expression name is hided in the Rep, therefore client need not to know what the expression actually is.