Efficient AXA 'matrix product calculation?

I am currently using the BLAS DSYMM function to calculate Y = AX and then DGEMM for YA' , but I wonder if there is an even more efficient way to calculate the matrix product AXA T where A is an arbitrary nΓ—n matrix and X is a symmetric matrix nΓ—n ?

+7
source share

All Articles