DynareJulia / FastLapackInterface.jl

MIT License
32 stars 9 forks source link

Benchmarks #6

Open MichelJuillard opened 2 years ago

MichelJuillard commented 2 years ago

Benchmark calls to Lapack functions in a loop of several thousands calls Compare with https://github.com/RoyiAvital/MatlabJuliaMatrixOperationsBenchmark

RoyiAvital commented 11 months ago

I could try one day to revive the project and add your functions.

RoyiAvital commented 11 months ago

By the way, could you add such interface for Matrix x Matrix and Matrix x Vector multiplications (BLAS Level 3)?

MichelJuillard commented 11 months ago

By the way, could you add such interface for Matrix x Matrix and Matrix x Vector multiplications (BLAS Level 3)?

How different from mul!() would that be?