Blas库使用说明

这篇博客介绍了BLAS库的三个操作级别,包括不同类型的矩阵及其精度。常见操作如SGEMM(单精度矩阵乘法)和ZGEMM(双精度复数矩阵乘法)被详细解释。欲了解更多信息,可以参考提供的链接。
摘要由CSDN通过智能技术生成

There are three levels of BLAS operations,

 

Level 1
Vector operations, e.g. y = /alpha x + y  向量操作
Level 2
Matrix-vector operations, e.g. y = /alpha A x + /beta y  矩阵与向量操作
Level 3
Matrix-matrix operations, e.g. C = /alpha A B + C    矩阵与矩阵的操作

Each routine has a name which specifies the operation, the type of matrices involved and their precisions. Some of the most common operations and their names are given below,

 

 

 

DOT
scalar product, x^T y
AXPY
vector sum, /alpha x + y
MV
matrix-vector product, A x
SV
mat
  • 1
    点赞
  • 7
    收藏
    觉得还不错? 一键收藏
  • 1
    评论
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值