📄 matrix_binary_sl.hxx
字号:
// ---------------------------------------------------------- -*- c++ -*-// Scalar Operator LoopIndex// ----------------------------------------------------------------------// file = _filename_// name = _name_// operator = _operator_// ----------------------------------------------------------------------template <typename T_value> inline MatrixExpr<ScalarMatrixBinaryOp<T_value, LoopIndex, _name_ <T_value, Index> > > _operator_ (T_value const x, LoopIndex SL_TEXPR_ARG l) { typedef _name_ <T_value, Index> op_t; typedef ScalarMatrixBinaryOp<T_value, LoopIndex, op_t> expr_t; return MatrixExpr<expr_t> ( expr_t(x, l) ); }
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -