SHOGUN  4.1.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Macros
DenseMatrixOperator.cpp File Reference

Go to the source code of this file.

Macros

#define UNDEFINED(type)
 

Macro Definition Documentation

#define UNDEFINED (   type)
Value:
template<> \
SGVector<type> CDenseMatrixOperator<type>::apply(SGVector<type> b) const \
{ \
SG_SERROR("Not supported for %s\n", #type);\
return b; \
}
#define SG_SERROR(...)
Definition: SGIO.h:179

Definition at line 140 of file DenseMatrixOperator.cpp.


SHOGUN Machine Learning Toolbox - Documentation