added benchmark scripts for numpy, octave and R
authorWerner Saar <wernsaar@googlemail.com>
Mon, 8 Jun 2015 12:06:38 +0000 (14:06 +0200)
committerWerner Saar <wernsaar@googlemail.com>
Mon, 8 Jun 2015 12:06:38 +0000 (14:06 +0200)
commit8614057ea9d10a14d7986935150fc4fa78846cc6
tree83163ce62546b635ad7d131bc2bf6bc2fc666e4d
parent7f375f9e8f4bdf467e85c187b9d98354d8c2e58c
added benchmark scripts for numpy, octave and R
27 files changed:
benchmark/scripts/NUMPY/cgemm.py [new file with mode: 0755]
benchmark/scripts/NUMPY/cgemv.py [new file with mode: 0755]
benchmark/scripts/NUMPY/daxpy.py [new file with mode: 0755]
benchmark/scripts/NUMPY/ddot.py [new file with mode: 0755]
benchmark/scripts/NUMPY/deig.py [new file with mode: 0755]
benchmark/scripts/NUMPY/dgemm.py [new file with mode: 0755]
benchmark/scripts/NUMPY/dgemv.py [new file with mode: 0755]
benchmark/scripts/NUMPY/dgesv.py [new file with mode: 0755]
benchmark/scripts/NUMPY/dsolve.py [new file with mode: 0755]
benchmark/scripts/NUMPY/sdot.py [new file with mode: 0755]
benchmark/scripts/NUMPY/sgemm.py [new file with mode: 0755]
benchmark/scripts/NUMPY/sgemv.py [new file with mode: 0755]
benchmark/scripts/NUMPY/zgemm.py [new file with mode: 0755]
benchmark/scripts/NUMPY/zgemv.py [new file with mode: 0755]
benchmark/scripts/OCTAVE/cgemm.m [new file with mode: 0755]
benchmark/scripts/OCTAVE/cgemv.m [new file with mode: 0755]
benchmark/scripts/OCTAVE/deig.m [new file with mode: 0755]
benchmark/scripts/OCTAVE/dgemm.m [new file with mode: 0755]
benchmark/scripts/OCTAVE/dgemv.m [new file with mode: 0755]
benchmark/scripts/OCTAVE/dsolve.m [new file with mode: 0755]
benchmark/scripts/OCTAVE/sgemm.m [new file with mode: 0755]
benchmark/scripts/OCTAVE/sgemv.m [new file with mode: 0755]
benchmark/scripts/OCTAVE/zgemm.m [new file with mode: 0755]
benchmark/scripts/OCTAVE/zgemv.m [new file with mode: 0755]
benchmark/scripts/R/deig.R [new file with mode: 0755]
benchmark/scripts/R/dgemm.R [new file with mode: 0755]
benchmark/scripts/R/dsolve.R [new file with mode: 0755]