LAPACK 3.12.0
LAPACK: Linear Algebra PACKage

CGESV computes the solution to system of linear equations A * X = B for GE matrices (simple driver) More...

Collaboration diagram for gesv: factor and solve:

Functions/Subroutines

subroutine cgesv (N, NRHS, A, LDA, IPIV, B, LDB, INFO)
  Download CGESV + dependencies [TGZ] [ZIP] [TXT] More...
 
subroutine dgesv (N, NRHS, A, LDA, IPIV, B, LDB, INFO)
  Download DGESV + dependencies [TGZ] [ZIP] [TXT] More...
 
subroutine sgesv (N, NRHS, A, LDA, IPIV, B, LDB, INFO)
  Download SGESV + dependencies [TGZ] [ZIP] [TXT] More...
 
subroutine zgesv (N, NRHS, A, LDA, IPIV, B, LDB, INFO)
  Download ZGESV + dependencies [TGZ] [ZIP] [TXT] More...
 

Detailed Description

CGESV computes the solution to system of linear equations A * X = B for GE matrices (simple driver)

ZGESV computes the solution to system of linear equations A * X = B for GE matrices (simple driver)

SGESV computes the solution to system of linear equations A * X = B for GE matrices (simple driver)

DGESV computes the solution to system of linear equations A * X = B for GE matrices