Skip to content

akucia/LinearAlgebraToolkit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

The final project for the Multicore Programming classes

Compilation

navigate to Build directory and type "make"

Running the program

available commands:

  • -input pathToMatrix pathToVector input txt files
  • -output pathToOutput output txt file
  • -random N uses randomized matrix and vector of size N as an input
  • -gpu uses gpu to perform calculations
  • -lud uses LU decomposition algorithm for solving set of equations
  • -gj uses Gauss-Jordan elimination algorithm for solving set of equations
  • -scr prints results to screen

Full report on a project is available in the report file

About

Solving sets of linear equations with Nvidia CUDA

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published