MatlabJuliaMatrixOperationsBenchmark icon indicating copy to clipboard operation
MatlabJuliaMatrixOperationsBenchmark copied to clipboard

Add benchmarks for special matrices

Open YingboMa opened this issue 8 years ago • 1 comments

Aside from the differences of BLAS and LAPACK in Julia and Matlab, it maybe meaningful to compare the algorithms between Julia and Matlab. For instance, sqrtm function requires to do a Schur decomposition for a normal square matrix which highly depends on LAPACK. How about benchmark sqrtm for an upper triangular matrix?

YingboMa avatar Mar 09 '17 22:03 YingboMa

I will soon have MATLAB R2017a. I intend to re run the benchmark then.

I will add your suggestion as a new test.

RoyiAvital avatar Mar 10 '17 06:03 RoyiAvital