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

📄 readme

📁 C++编写的高性能矩阵乘法的Stranssen算法
💻
字号:
    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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -