SHOGUN
v3.2.0
|
Go to the source code of this file.
Defines | |
#define | UNDEFINED(type) |
#define UNDEFINED | ( | type | ) |
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.