.. |
lapack
|
Remove all trailing whitespace except lapack-netlib
|
2014-06-27 12:05:18 -07:00 |
netlib
|
ref #80. On P4 CPU with 32-bit Windows XP, Octave crashed with OpenBLAS. Walkaroud: Use netlib reference gemv instead of own funtions.
|
2012-03-16 20:29:39 +08:00 |
CMakeLists.txt
|
Fixed cmake bug on Visual Studio.
|
2015-10-20 14:37:22 -05:00 |
Makefile
|
Add ATLAS-style ?geadd function
|
2015-02-16 13:46:20 +01:00 |
asum.c
|
Remove all trailing whitespace except lapack-netlib
|
2014-06-27 12:05:18 -07:00 |
axpby.c
|
Remove all trailing whitespace except lapack-netlib
|
2014-06-27 12:05:18 -07:00 |
axpy.c
|
Remove all trailing whitespace except lapack-netlib
|
2014-06-27 12:05:18 -07:00 |
copy.c
|
Remove all trailing whitespace except lapack-netlib
|
2014-06-27 12:05:18 -07:00 |
create
|
Print the wall time (cycles) with enabling FUNCTION_PROFILE.
|
2011-06-09 10:40:15 +08:00 |
dot.c
|
Remove all trailing whitespace except lapack-netlib
|
2014-06-27 12:05:18 -07:00 |
dsdot.c
|
Remove all trailing whitespace except lapack-netlib
|
2014-06-27 12:05:18 -07:00 |
gbmv.c
|
Remove all trailing whitespace except lapack-netlib
|
2014-06-27 12:05:18 -07:00 |
geadd.c
|
Add ATLAS-style ?geadd function
|
2015-02-16 13:46:20 +01:00 |
gemm.c
|
Moved declarations to start of functions to satisfy MSVC C89 implementation.
|
2015-02-11 11:16:57 -06:00 |
gemv.c
|
Use GEMM_MULTITHREAD_THRESHOLD as a number of ops
|
2016-01-24 11:31:40 +01:00 |
ger.c
|
[z]ger: increase multithread threshold
|
2016-01-24 10:46:35 +01:00 |
imatcopy.c
|
Improved Ximatcopy when lda==ldb.
|
2015-09-07 14:36:16 +02:00 |
imax.c
|
Refs #671. the return of i?max cannot larger than N.
|
2015-10-24 01:16:34 +08:00 |
max.c
|
Remove all trailing whitespace except lapack-netlib
|
2014-06-27 12:05:18 -07:00 |
nrm2.c
|
Remove all trailing whitespace except lapack-netlib
|
2014-06-27 12:05:18 -07:00 |
omatcopy.c
|
Add cblas_(s/d/c/z)omatcopy in order to have cblas interface for them.
|
2014-09-08 17:57:44 +02:00 |
rot.c
|
Remove all trailing whitespace except lapack-netlib
|
2014-06-27 12:05:18 -07:00 |
rotg.c
|
Fixed rotg bug on ARM.
|
2015-12-14 10:07:01 -06:00 |
rotm.c
|
Remove all trailing whitespace except lapack-netlib
|
2014-06-27 12:05:18 -07:00 |
rotmg.c
|
Remove all trailing whitespace except lapack-netlib
|
2014-06-27 12:05:18 -07:00 |
sbmv.c
|
disabled SMP for sbmv and zsbmv again
|
2014-06-29 21:18:38 +02:00 |
scal.c
|
Remove all trailing whitespace except lapack-netlib
|
2014-06-27 12:05:18 -07:00 |
sdsdot.c
|
Remove all trailing whitespace except lapack-netlib
|
2014-06-27 12:05:18 -07:00 |
spmv.c
|
Remove all trailing whitespace except lapack-netlib
|
2014-06-27 12:05:18 -07:00 |
spr.c
|
Remove all trailing whitespace except lapack-netlib
|
2014-06-27 12:05:18 -07:00 |
spr2.c
|
Remove all trailing whitespace except lapack-netlib
|
2014-06-27 12:05:18 -07:00 |
swap.c
|
swap: disable multi-threading for small matrices
|
2016-01-19 17:14:46 +01:00 |
symm.c
|
Minor C code fixes in interface/
|
2015-11-09 14:15:49 +05:30 |
symv.c
|
Remove all trailing whitespace except lapack-netlib
|
2014-06-27 12:05:18 -07:00 |
syr.c
|
Minor C code fixes in interface/
|
2015-11-09 14:15:49 +05:30 |
syr2.c
|
Minor C code fixes in interface/
|
2015-11-09 14:15:49 +05:30 |
syr2k.c
|
Remove all trailing whitespace except lapack-netlib
|
2014-06-27 12:05:18 -07:00 |
syrk.c
|
Remove all trailing whitespace except lapack-netlib
|
2014-06-27 12:05:18 -07:00 |
tbmv.c
|
Remove all trailing whitespace except lapack-netlib
|
2014-06-27 12:05:18 -07:00 |
tbsv.c
|
Remove all trailing whitespace except lapack-netlib
|
2014-06-27 12:05:18 -07:00 |
tpmv.c
|
Remove all trailing whitespace except lapack-netlib
|
2014-06-27 12:05:18 -07:00 |
tpsv.c
|
Remove all trailing whitespace except lapack-netlib
|
2014-06-27 12:05:18 -07:00 |
trmv.c
|
Remove all trailing whitespace except lapack-netlib
|
2014-06-27 12:05:18 -07:00 |
trsm.c
|
use only 1 thread if m or n < 2*GEMM_MULTITHREAD_THRESHOLD
|
2015-05-06 10:41:53 +02:00 |
trsv.c
|
Remove all trailing whitespace except lapack-netlib
|
2014-06-27 12:05:18 -07:00 |
zaxpby.c
|
Use cmake to build OpenBLAS GENERIC Target on MSVC x86 64-bit.
|
2015-08-10 14:10:44 -05:00 |
zaxpy.c
|
Remove all trailing whitespace except lapack-netlib
|
2014-06-27 12:05:18 -07:00 |
zdot.c
|
Fixed cmake bug on Visual Studio.
|
2015-10-20 14:37:22 -05:00 |
zgbmv.c
|
Remove all trailing whitespace except lapack-netlib
|
2014-06-27 12:05:18 -07:00 |
zgeadd.c
|
Add ATLAS-style ?geadd function
|
2015-02-16 13:46:20 +01:00 |
zgemv.c
|
Fix zgemv.c compilation when stack allocation is disabled
|
2016-02-08 12:05:02 +01:00 |
zger.c
|
Use stack allocation in zgemv and zger
|
2016-02-08 11:24:21 +01:00 |
zhbmv.c
|
Remove all trailing whitespace except lapack-netlib
|
2014-06-27 12:05:18 -07:00 |
zhemv.c
|
Minor C code fixes in interface/
|
2015-11-09 14:15:49 +05:30 |
zher.c
|
Minor C code fixes in interface/
|
2015-11-09 14:15:49 +05:30 |
zher2.c
|
Minor C code fixes in interface/
|
2015-11-09 14:15:49 +05:30 |
zhpmv.c
|
Remove all trailing whitespace except lapack-netlib
|
2014-06-27 12:05:18 -07:00 |
zhpr.c
|
Remove all trailing whitespace except lapack-netlib
|
2014-06-27 12:05:18 -07:00 |
zhpr2.c
|
Remove all trailing whitespace except lapack-netlib
|
2014-06-27 12:05:18 -07:00 |
zimatcopy.c
|
Refs #638. Fixed compiling bug with clang on Mac OS X.
|
2015-09-10 10:32:07 -05:00 |
zomatcopy.c
|
Add cblas_(s/d/c/z)omatcopy in order to have cblas interface for them.
|
2014-09-08 17:57:44 +02:00 |
zrot.c
|
Remove all trailing whitespace except lapack-netlib
|
2014-06-27 12:05:18 -07:00 |
zrotg.c
|
Use cmake to build OpenBLAS GENERIC Target on MSVC x86 64-bit.
|
2015-08-10 14:10:44 -05:00 |
zsbmv.c
|
disabled SMP for sbmv and zsbmv again
|
2014-06-29 21:18:38 +02:00 |
zscal.c
|
Remove all trailing whitespace except lapack-netlib
|
2014-06-27 12:05:18 -07:00 |
zspmv.c
|
Remove all trailing whitespace except lapack-netlib
|
2014-06-27 12:05:18 -07:00 |
zspr.c
|
Remove all trailing whitespace except lapack-netlib
|
2014-06-27 12:05:18 -07:00 |
zspr2.c
|
Remove all trailing whitespace except lapack-netlib
|
2014-06-27 12:05:18 -07:00 |
zswap.c
|
Remove all trailing whitespace except lapack-netlib
|
2014-06-27 12:05:18 -07:00 |
zsymv.c
|
Remove all trailing whitespace except lapack-netlib
|
2014-06-27 12:05:18 -07:00 |
zsyr.c
|
Fixed cmake bug on Visual Studio.
|
2015-10-20 14:37:22 -05:00 |
zsyr2.c
|
Remove all trailing whitespace except lapack-netlib
|
2014-06-27 12:05:18 -07:00 |
ztbmv.c
|
Remove all trailing whitespace except lapack-netlib
|
2014-06-27 12:05:18 -07:00 |
ztbsv.c
|
Remove all trailing whitespace except lapack-netlib
|
2014-06-27 12:05:18 -07:00 |
ztpmv.c
|
Remove all trailing whitespace except lapack-netlib
|
2014-06-27 12:05:18 -07:00 |
ztpsv.c
|
Remove all trailing whitespace except lapack-netlib
|
2014-06-27 12:05:18 -07:00 |
ztrmv.c
|
Improve performances of ztrmv on small matrices
|
2016-02-08 11:25:02 +01:00 |
ztrsv.c
|
Remove all trailing whitespace except lapack-netlib
|
2014-06-27 12:05:18 -07:00 |