Skip to content

Contains all experiments with different types of matrices and operations.

Notifications You must be signed in to change notification settings

g-laz77/Parallel-Computing-Snippets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Parallel Computing Snippets

This repository contains all experiments with different types of matrices(dense, sparse, bandes, etc.) and operations associated with it such as matrix-matrix multiplication, LU factorization and QR factorization.

  • [1] Dense Matrix-Matrix Multiplication
  • [2] Banded Matrix-Matrix Multiplication (with banded storage)
  • [3] Sparse Matrix-Matrix multiplication [Coordinate Storage Format (COO)]
  • [4] Sparse Matrix-Matrix multiplication [Compressed Storage Row (CSR)]
  • [5] Forward substition of Lower Triangular matrix
  • [6] Backward substition of Upper Triangular matrix
  • [7] LU factorization of a matrix A
  • [8] LU solver for x -> Ax = b in the form of : Lt = b and Ux = t
  • [9] LU factorization of a Hessenberg matrix A

About

Contains all experiments with different types of matrices and operations.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published