Skip to content
 
 

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UsingMatrixClass

Build and test

cmake -S . -B build -DBUILD_TESTING=ON
cmake --build build
ctest --test-dir build --output-on-failure

The benchmarks keep 256 square matrices and replace all of them 640 times. Every 32nd result uses multiplication and the rest use addition. This creates about 164,096 * (matrix_size + 1) matrix-storage allocation/deallocation pairs.

time ./build-release/regular_new 400
time ./build-release/overloaded_new 400

About

Demo on how to fetch class.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages