special_functor.hpp
来自「矩阵运算源码最新版本」· HPP 代码 · 共 7 行
HPP
7 行
template <>struct mult_ft<matrix_a_type, matrix_b_type, matrix_c_type>{ void operator()(matrix_a_type const& a, matrix_b_type const& b, matrix_c_type& c) { /* Faster code for this type triplet ... */ }};
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?