exmat::ExpMat< Rep > Struct Template Reference

The ExpMat class. More...

#include <Expression.h>

List of all members.

Public Member Functions

template<typename T1>
ExpMatoperator= (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.


Detailed Description

template<class Rep>
struct exmat::ExpMat< Rep >

The ExpMat class.

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.

Note:
Introduced due to VC++6 doesn't support partial specialization, in the Mat constructor.


The documentation for this struct was generated from the following file:
Generated on Sat May 6 23:12:04 2006 for Exmat by  doxygen 1.4.6-NO