SHOGUN
6.0.0
src
shogun
mathematics
linalg
linop
Macros
DenseMatrixOperator.cpp File Reference
Go to the source code of this file.
Macros
#define
UNDEFINED
(type)
Macro Definition Documentation
◆
UNDEFINED
#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
139
of file
DenseMatrixOperator.cpp
.
SHOGUN
Machine Learning Toolbox - Documentation