PLASMA
Parallel Linear Algebra Software for Multicore Architectures
General matrices: LU

Solves \( Ax = b \) using LU factorization for general matrices. More...

Modules

 gesv: Solves Ax = b using LU factorization (driver)
 
 getrf: LU factorization
 
 getrs: LU forward and back solves
 
 getri: LU inverse
 
 gerfs: Refine solution
 
 Auxiliary routines
 

Detailed Description

Solves \( Ax = b \) using LU factorization for general matrices.