SHOGUN
v3.2.0
src
shogun
mathematics
linalg
linop
宏定义
SparseMatrixOperator.cpp 文件参考
浏览源代码.
宏定义
#define
UNDEFINED
(type)
宏定义说明
§
UNDEFINED
#define UNDEFINED
(
type
)
值:
template
<> \
SGVector<type> CSparseMatrixOperator<type>::apply(SGVector<type> b)
const
\
{ \
SG_SERROR(
"Not supported for %s\n"
, #type);\
return b; \
}
在文件
SparseMatrixOperator.cpp
第
243
行定义.
SHOGUN
Machine Learning Toolbox - Documentation