-
- Downloads
Update code with unittests
parent
35f69616
No related branches found
No related tags found
Showing
- .gitlab-ci.yml 15 additions, 2 deletions.gitlab-ci.yml
- CMakeLists.txt 32 additions, 1 deletionCMakeLists.txt
- benchmarks/matrix_multiplication.cpp 1 addition, 70 deletionsbenchmarks/matrix_multiplication.cpp
- code/matrix_multiplication.h 71 additions, 0 deletionscode/matrix_multiplication.h
- test/helpers.h 38 additions, 0 deletionstest/helpers.h
- test/test_matrix_multiplication.cpp 31 additions, 0 deletionstest/test_matrix_multiplication.cpp
- test/tests.cpp 3 additions, 0 deletionstest/tests.cpp
code/matrix_multiplication.h
0 → 100644
test/helpers.h
0 → 100644
test/test_matrix_multiplication.cpp
0 → 100644
test/tests.cpp
0 → 100644
Please register or sign in to comment