Efficient way of computing matrix product AXA'?

為{幸葍}努か 提交于 2019-12-18 07:52:54

问题


I'm currently using BLAS function DSYMM to compute Y = AX and then DGEMM for YA', but I'm wondering is there some more efficient way of computing the matrix product AXAT, where A is an arbitrary n×n matrix and X is a symmetric n×n matrix?

来源:https://stackoverflow.com/questions/11139933/efficient-way-of-computing-matrix-product-axa

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!