I'm hoping someone can help me out. I am looking for a BLAS or LAPACK subroutine specifically for matrix multiplication of two large and identical symmetric matrices.
So far, I have tested dysrk and dgemm routines, and both are extremely slow. I am wondering if there is routine specific to squaring a symmetric matrix...
Any help would be greatly appreciated!