⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 matrix_binary_ls.hxx

📁 高效的c++科学算法库
💻 HXX
字号:
// ---------------------------------------------------------- -*- c++ -*-// Loopindex Operator value// ----------------------------------------------------------------------// file     = _filename_// name     = _name_// operator = _operator_// ----------------------------------------------------------------------template <typename T_value>                                                inline MatrixExpr<MatrixScalarBinaryOp<LoopIndex,                                       T_value,                                       _name_ <Index, T_value> > > _operator_ (LoopIndex SL_TEXPR_ARG l, T_value const x)                     {                                                                            typedef _name_ <Index, T_value> op_t;                                      typedef MatrixScalarBinaryOp<LoopIndex, T_value, op_t> expr_t;                                                                                        return MatrixExpr<expr_t> ( expr_t(l, x) );                              }

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -