bikashtudu / LU-Factorisation

LU factorisation - Parallel and Sequential Implementation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LU-factorisation

  • Sequential Implementation
  • Parallel Implementation
    • OPENMP
  • Data(Execution Time vs Order of matrix)

Result

[No Pivot - Sequential & Parallel] Execution Time vs Order of Matrix

pp-1

[Pivot - Sequential & Parallel] Execution Time vs Order of Matrix

pp-3

[No Pivot & Pivot - Sequential & Parallel] Execution Time vs Order of Matrix

pp-2

About

LU factorisation - Parallel and Sequential Implementation

License:GNU General Public License v3.0


Languages

Language:C 100.0%