SHOGUN  v3.2.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Defines
DenseMatrixOperator.cpp File Reference

Go to the source code of this file.

Defines

#define UNDEFINED(type)

Define 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; \
    }

Definition at line 140 of file DenseMatrixOperator.cpp.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

SHOGUN Machine Learning Toolbox - Documentation