Skip to content

Latest commit

 

History

History

parallel-numerical-methods

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Cource Parallel algorithms

  1. Cholesky factorization for symmetric positive-definite matrix
  2. Conjugate gradient method for solving the equation Ax = b, where A is symmetric positive-definite matrix
  3. Biconjugate gradient method for solving the equation Ax = b
  4. Runge Kutta Method 4th for Heat Equation 1D