SHOGUN
v3.2.0
首页
模块
类
文件
文件列表
文件成员
src
shogun
mathematics
linalg
linop
宏定义
DenseMatrixOperator.cpp 文件参考
浏览源代码.
宏定义
#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; \
}
SG_SERROR
#define SG_SERROR(...)
Definition:
SGIO.h:181
在文件
DenseMatrixOperator.cpp
第
140
行定义.
SHOGUN
Machine Learning Toolbox - Documentation