MAGMA  1.5.0
Matrix Algebra for GPU and Multicore Architectures
 All Functions Groups
Linear Systems

Solve \( Ax = b \). More...

Modules

 LU solve
 Solve \( Ax = b \), using LU factorization for general \( A \).
 
 Cholesky solve
 Solve \( Ax = b \), using Cholesky factorization for symmetric positive definite (SPD) \( A \).
 
 Least Squares
 Solve over- or under-determined \( Ax = b \).
 

Detailed Description

Solve \( Ax = b \).