LinearAlgebra.jl icon indicating copy to clipboard operation
LinearAlgebra.jl copied to clipboard

fix dispatch to herk

Open araujoms opened this issue 8 months ago • 3 comments

The herk wrapper was testing whether C was symmetric instead of Hermitian, thus preventing the dispatch from occurring for essentially all nonzero β.

araujoms avatar Mar 26 '25 16:03 araujoms