Authors (team):
- Sahaidak Yurii
- Pavliuk Bohdan
- Samoilenko Marta
mkdir build && cd build
cmake ..
make- tbb
- Eigen
Include to your project and use
Google tests framework, run
./testsRun one of the executables: benchmark_runner benchmark_svd, sparseMatrix_benchmark,
Used for testing, nothing there
| class | description |
|---|---|
| Tensor<T, N> | multidimentional matrix |
| Matrix | the matrix |
| SparseMatrix | the sparse matrix, uses unordered_map to store data |
| SquareMatrix | more functions which defined only for square matrices |
| Vector | custom vector |