In LinearAlgebra, I believe that x' * A * y are different from dot(x, A, y).
The latter has a LAPACK specialized method. x-ref my previous comment.
In LinearAlgebra, I believe that x' * A * y are different from dot(x, A, y).
The latter has a LAPACK specialized method. x-ref my previous comment.