MAGMA  2.7.1
Matrix Algebra for GPU and Multicore Architectures
 All Classes Files Functions Friends Groups Pages
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
 
 Auxiliary routines
 
 No pivoting variant
 

Detailed Description

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