defines how expression exp can be evaluated and stored into dst
More...
#include <expression.h>
|
| const SubType & | self (void) const |
| |
| SubType * | ptrself (void) |
| |
template<typename SubType, typename DType, int exp_type>
struct mshadow::expr::Exp< SubType, DType, exp_type >
defines how expression exp can be evaluated and stored into dst
base class for expression
- Template Parameters
-
| SubType | inheritated class must put their type into this parameter |
| DType | the data type of each element in the expression |
| exp_type | expression type, see namespace type |
template<typename SubType, typename DType, int exp_type>
- Returns
- reference of subtype instance of current class
template<typename SubType, typename DType, int exp_type>
- Returns
- subtype instance of current class
The documentation for this struct was generated from the following file: