0
I Use This!
Inactive

Commits : Listings

Analyzed 4 days ago. based on code collected 4 days ago.
Mar 31, 2025 — Mar 31, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update README More... about 2 years ago
fix build issues due to changes to the default mkl install paths More... about 2 years ago
added O3 flag to benchmark build More... almost 17 years ago
fix unused variable warning when compiling with NDEBUG, added a benchmark2 More... almost 17 years ago
move boost gemm test into separate file More... almost 17 years ago
remove requirement that matrix+vector types have data() function, add examples showing how to use the API with boost matrix and std vector More... almost 17 years ago
added tests for vml functions More... almost 17 years ago
Added wrapper functions for the MKL VML functions More... almost 17 years ago
added gemv and fixed gemm for complex matrices More... almost 17 years ago
add missing headers which may cause issues on other compilers More... almost 17 years ago
added most of blas 1 functions More... almost 17 years ago
added missing asum.cpp from last commit More... almost 17 years ago
make header defined functions inlined to fix multiple definitions More... almost 17 years ago
added simple example program More... almost 17 years ago
remove test code More... almost 17 years ago
added stl allocator that uses MKL_malloc and MKL_free so the vector of data in the matrix class is aligned properly for use with MKL functions More... almost 17 years ago
simplify matrix class and added error checking to matrix dimensions in gemm More... almost 17 years ago
templatized matrix, overloaded gemm wrapper so it automatically picks the correct MKL ?gemm based on type More... almost 17 years ago
added some example code More... almost 17 years ago
added templatized wrapper for cblas_dgemm, some tests More... almost 17 years ago
added basic matrix construction tests More... almost 17 years ago
added basic makefile structure More... almost 17 years ago
Alpha More... almost 17 years ago