mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
c33f0d8ede
bump portrevision. Submitted by: bf <bf2006a@yahoo.com>
15 lines
537 B
C
15 lines
537 B
C
http://math-atlas.sourceforge.net/errata.html
|
|
Error in complex gemm for A*A^T.
|
|
|
|
--- src/blas/gemm/ATL_cmmJIK.c Mon Dec 22 09:08:00 2003
|
|
+++ src/blas/gemm/ATL_cmmJIK.c Wed Mar 7 00:26:46 2007
|
|
@@ -190,7 +190,7 @@
|
|
pA = ATL_AlignPtr(vB);
|
|
if (TA == AtlasNoTrans)
|
|
Mjoin(PATL,row2blkT2_a1)(M, K, A, lda, pA, alpha);
|
|
- else Mjoin(PATL,col2blk_a1)(K, M, A, lda, pA, alpha);
|
|
+ else Mjoin(PATL,col2blk2_a1)(K, M, A, lda, pA, alpha);
|
|
/*
|
|
* Can't write directly to C if alpha is not one
|
|
*/
|