Skip to content

dimkael/ParallelizationOfMatrixComputations

Repository files navigation

ParallelizationOfMatrixComputations

Different ways to parallelization of matrix computations
The project was created to compare different ways of calculating matrix values

There are three different ways to calculating matrix values:

  1. Single-threaded method
  2. Multithreaded method
  3. Multithreaded method with using the OpenMP API

[Public repository for private project dated 08.11.20]

Releases

No releases published

Packages

No packages published

Languages