Files
blis/frame/2
Field G. Van Zee e823b08aaf Fixed some scalar types in BLAS-like Herm APIs.
Details:
- Some of the scalars of Hermitian operations, such as alpha in her,
  alpha and beta in herk, and beta in her2k, need to be real. These
  arguments were typed incorrectly as the complex types. This has been
  fixed. Note the issue was only present in the BLAS-like APIs for
  these operations (not the native object-based interfaces).
2013-02-21 12:00:17 -06:00
..