Skip to content

Parallel versions of numerical linear algebra algorithms

Notifications You must be signed in to change notification settings

stefandesouza/PNLA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#PCG implementation - Practical Course on Parallel Numerical Methods 20/21

Provides sequential and parallel implementations of the PCG algorithm


##Build Project This project uses CMake as building tool.
In order to build the project, execute following commands in current directory:

mkdir build
cd build
cmake ..
make


Example usages can be found in "example".


Tesing routines are implemented in the "tests" file.

About

Parallel versions of numerical linear algebra algorithms

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published