SHOGUN
4.0.0
Main Page
Modules
Classes
Files
File List
File Members
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
#define UNDEFINED
(
type
)
Value:
template
<> \
SGVector<type> CSparseMatrixOperator<type>::apply(SGVector<type> b)
const
\
{
\
SG_SERROR
(
"Not supported for %s\n"
, #type);\
return b; \
}
SG_SERROR
#define SG_SERROR(...)
Definition:
SGIO.h:179
Definition at line
243
of file
SparseMatrixOperator.cpp
.
SHOGUN
Machine Learning Toolbox - Documentation