partial_functor.hpp

来自「矩阵运算源码最新版本」· HPP 代码 · 共 9 行

HPP
9
字号
template <typename ValueA, typename ParaA, typename ValueB, typename ParaB, 	  typename ValueC, typename ParaC>struct mult_ft<dense2D<ValueA, ParaA>, dense2D<ValueB, ParaB>, dense2D<ValueC, ParaC> >{    void operator()(dense2D<ValueA, ParaA> const& a, dense2D<ValueB, ParaB> const& b, 		    dense2D<ValueC, ParaC>& c)     { /* Faster code for this set of type triplets ... */ }};

⌨️ 快捷键说明

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