Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我目前正在使用 BLAS 函数 DSYMM 进行计算Y = AX,然后使用 DGEMM计算YA',但我想知道是否有更有效的方法来计算矩阵乘积 AXA T,其中 A 是任意n×n矩阵,X 是对称n×n矩阵?
Y = AX
YA'
n×n