Martin Kroeker
904b221f03
Add cast to prevent overflow of intermediate result
4 years ago
Martin Kroeker
376048156b
Use in-place transform shortcut only if matrix is square
8 years ago
Martin Kroeker
d1c5b8f913
Add files via upload
8 years ago
Martin Kroeker
91bde7d315
Exchange rows and cols in final omatcopy with BlasTrans
This is MicMuc's patch from #899
8 years ago
Andrew
99880f7906
Address unlikely memleak in zimatcopy interface ( #1129 )
* fix unlikely memleak in zimatcopy interface
* fix only unlikely memleak in zimatcopy interface
* fix only unlikely memleak in zimatcopy interface
8 years ago
Zhang Xianyi
baec8f5cac
Refs #638 . Fixed compiling bug with clang on Mac OS X.
10 years ago
Martin Koehler
711ca33bc6
Improved Ximatcopy when lda==ldb.
The Ximatcopy functions create a copy of the input matrix
although they seem to work inplace. The new routines
XIMATCOPY_K_YY perform the operations inplace if the leading
dimension does not change.
10 years ago
Martin Koehler
a057e5434d
add CBLAS interface for s/d/c/zimatcopy
11 years ago
Timothy Gu
6c2ead30f0
Remove all trailing whitespace except lapack-netlib
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
11 years ago
wernsaar
faeab93df0
Ref #51 : added blas extensions simatcopy, dimatcopy, cimatcopy, zimatcopy
11 years ago