You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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 benchmarksqrtm
for an upper triangular matrix?The text was updated successfully, but these errors were encountered: