c - Is there a BLAS or LAPACK subroutine for symmetric matrix multiplication that takes advantage of symmetry? -



c - Is there a BLAS or LAPACK subroutine for symmetric matrix multiplication that takes advantage of symmetry? -

i'm hoping can help me out. looking blas or lapack subroutine matrix multiplication of 2 big , identical symmetric matrices.

so far, have tested dysrk , dgemm routines, , both extremely slow. wondering if there routine specific squaring symmetric matrix...

any help appreciated!

c matrix lapack blas

Comments

Popular posts from this blog

php - Android app custom user registration and login with cookie using facebook sdk -

django - Access session in user model .save() -

php - .htaccess Multiple Rewrite Rules / Prioritizing -