You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Craig Donner 66316b9f4c Improve performance of GEMM for small matrices when SMP is defined. 7 years ago
..
lapack added directory for optimized lapack fortan codes and added dlaqr5.f 9 years ago
netlib ref #80. On P4 CPU with 32-bit Windows XP, Octave crashed with OpenBLAS. Walkaroud: Use netlib reference gemv instead of own funtions. 13 years ago
CMakeLists.txt Support out-of-source build 8 years ago
Makefile Add cblas_xerbla 8 years ago
asum.c Modify complex CBLAS functions to take void pointers 8 years ago
axpby.c Remove all trailing whitespace except lapack-netlib 11 years ago
axpy.c Optimized standard Blas Level-1,2 (excluding nrm2 functions) for z13 (double precision) 8 years ago
copy.c Modify complex CBLAS functions to take void pointers 8 years ago
create Import GotoBLAS2 1.13 BSD version codes. 14 years ago
dot.c Remove all trailing whitespace except lapack-netlib 11 years ago
dsdot.c Remove all trailing whitespace except lapack-netlib 11 years ago
gbmv.c Remove all trailing whitespace except lapack-netlib 11 years ago
geadd.c Add ATLAS-style ?geadd function 10 years ago
gemm.c Improve performance of GEMM for small matrices when SMP is defined. 7 years ago
gemv.c Use GEMM_MULTITHREAD_THRESHOLD as a number of ops 9 years ago
ger.c [z]ger: increase multithread threshold 9 years ago
imatcopy.c Fix cols/rows mixup in omatcopy 2nd step for BlasTrans cases 8 years ago
imax.c Modify complex CBLAS functions to take void pointers 8 years ago
max.c Remove all trailing whitespace except lapack-netlib 11 years ago
nrm2.c Modify complex CBLAS functions to take void pointers 8 years ago
omatcopy.c Add cblas_(s/d/c/z)omatcopy in order to have cblas interface for them. 11 years ago
rot.c Remove all trailing whitespace except lapack-netlib 11 years ago
rotg.c Fixed rotg bug on ARM. 9 years ago
rotm.c Remove all trailing whitespace except lapack-netlib 11 years ago
rotmg.c Rewrite ROTMG to address cases not covered by the netlib algorithm (#1480) 7 years ago
sbmv.c disabled SMP for sbmv and zsbmv again 11 years ago
scal.c Remove all trailing whitespace except lapack-netlib 11 years ago
sdsdot.c Remove all trailing whitespace except lapack-netlib 11 years ago
spmv.c Remove all trailing whitespace except lapack-netlib 11 years ago
spr.c Remove all trailing whitespace except lapack-netlib 11 years ago
spr2.c Remove all trailing whitespace except lapack-netlib 11 years ago
swap.c THUNDERX2T99: Add optimized S/D/C/Z SWAP Implementations 8 years ago
symm.c Modify complex CBLAS functions to take void pointers 8 years ago
symv.c Remove all trailing whitespace except lapack-netlib 11 years ago
syr.c Minor C code fixes in interface/ 10 years ago
syr2.c Minor C code fixes in interface/ 10 years ago
syr2k.c Modify complex CBLAS functions to take void pointers 8 years ago
syrk.c Merge pull request #1359 from brada4/develop 7 years ago
tbmv.c Remove all trailing whitespace except lapack-netlib 11 years ago
tbsv.c Remove all trailing whitespace except lapack-netlib 11 years ago
tpmv.c Modify complex CBLAS functions to take void pointers 8 years ago
tpsv.c Remove all trailing whitespace except lapack-netlib 11 years ago
trmv.c fix couple of dead assignment warnings 7 years ago
trsm.c Improve performance of GEMM for small matrices when SMP is defined. 7 years ago
trsv.c Remove all trailing whitespace except lapack-netlib 11 years ago
xerbla.c Update xerbla.c 8 years ago
zaxpby.c Modify complex CBLAS functions to take void pointers 8 years ago
zaxpy.c Use a single thread for small input size 7 years ago
zdot.c Make return parameter of cblas_Xdotc_sub, cblas_Xdotu_sub a void pointer as well 7 years ago
zgbmv.c Modify complex CBLAS functions to take void pointers 8 years ago
zgeadd.c Add ATLAS-style ?geadd function 10 years ago
zgemv.c Modify complex CBLAS functions to take void pointers 8 years ago
zger.c Modify complex CBLAS functions to take void pointers 8 years ago
zhbmv.c Modify complex CBLAS functions to take void pointers 8 years ago
zhemv.c Modify complex CBLAS functions to take void pointers 8 years ago
zher.c Modify complex CBLAS functions to take void pointers 8 years ago
zher2.c Modify complex CBLAS functions to take void pointers 8 years ago
zhpmv.c Modify complex CBLAS functions to take void pointers 8 years ago
zhpr.c Modify complex CBLAS functions to take void pointers 8 years ago
zhpr2.c Modify complex CBLAS functions to take void pointers 8 years ago
zimatcopy.c Use in-place transform shortcut only if matrix is square 8 years ago
zomatcopy.c Add cblas_(s/d/c/z)omatcopy in order to have cblas interface for them. 11 years ago
zrot.c Remove all trailing whitespace except lapack-netlib 11 years ago
zrotg.c Use cmake to build OpenBLAS GENERIC Target on MSVC x86 64-bit. 10 years ago
zsbmv.c disabled SMP for sbmv and zsbmv again 11 years ago
zscal.c Modify complex CBLAS functions to take void pointers 8 years ago
zspmv.c Remove all trailing whitespace except lapack-netlib 11 years ago
zspr.c Remove all trailing whitespace except lapack-netlib 11 years ago
zspr2.c Remove all trailing whitespace except lapack-netlib 11 years ago
zswap.c Modify complex CBLAS functions to take void pointers 8 years ago
zsymv.c Remove all trailing whitespace except lapack-netlib 11 years ago
zsyr.c Fixed cmake bug on Visual Studio. 10 years ago
zsyr2.c Remove all trailing whitespace except lapack-netlib 11 years ago
ztbmv.c Modify complex CBLAS functions to take void pointers 8 years ago
ztbsv.c Modify complex CBLAS functions to take void pointers 8 years ago
ztpmv.c Modify complex CBLAS functions to take void pointers 8 years ago
ztpsv.c Modify complex CBLAS functions to take void pointers 8 years ago
ztrmv.c Disable multithreading in ztrmv 7 years ago
ztrsv.c Modify complex CBLAS functions to take void pointers 8 years ago