LAPACK 3.12.0
LAPACK: Linear Algebra PACKage
Loading...
Searching...
No Matches

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]
 
subroutine dgesv (n, nrhs, a, lda, ipiv, b, ldb, info)
  Download DGESV + dependencies [TGZ] [ZIP] [TXT]
 
subroutine sgesv (n, nrhs, a, lda, ipiv, b, ldb, info)
  Download SGESV + dependencies [TGZ] [ZIP] [TXT]
 
subroutine zgesv (n, nrhs, a, lda, ipiv, b, ldb, info)
  Download ZGESV + dependencies [TGZ] [ZIP] [TXT]
 

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