readme

来自「C++编写的高性能矩阵乘法的Stranssen算法」· 代码 · 共 20 行

TXT
20
字号
    These directories contains the code for the SERIAL Strassen implementation    for general matrix multiplication C = alpha*AB+beta*C.  The major    difference between this code and the BLAS DGEMM routine is that    Strassen uses more memory, but takes fewer operations.  The extra    memory is malloced during the recursion process.  The amount depends on    the number of recursions done. This is the first in a series of    Strassen codes that will be released.      See the COPYRIGHT notice in the /doc directory.  It contains the    copyright and disclaimer notice.    Refer to the DGEFMM User's Guide contained in file /doc/UsersGuide.ps    for more information about compiling, testing, and running the    Strassen code.    Feel free to send questions, comments, and problem reports    to prism@super.org. 

⌨️ 快捷键说明

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