SHOGUN
6.0.0
src
shogun
mathematics
linalg
linop
Macros
SparseMatrixOperator.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> CSparseMatrixOperator<type>::apply(SGVector<type> b)
const
\
{ \
SG_SERROR(
"Not supported for %s\n"
, #type);\
return b; \
}
Definition at line
233
of file
SparseMatrixOperator.cpp
.
SHOGUN
Machine Learning Toolbox - Documentation