Upload files to "ex3_benchmarks"
This commit is contained in:
parent
1e81786622
commit
8d998191a9
5 changed files with 678 additions and 0 deletions
7
ex3_benchmarks/factorization_solve_tests.h
Normal file
7
ex3_benchmarks/factorization_solve_tests.h
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
#pragma once
|
||||
#include <cstddef>
|
||||
|
||||
|
||||
void CheckCorrectness();
|
||||
|
||||
void CheckDuration(const size_t &N);
|
||||
Loading…
Add table
Add a link
Reference in a new issue