LAPACK  3.9.0
LAPACK: Linear Algebra PACKage
sgesv.f File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine sgesv (N, NRHS, A, LDA, IPIV, B, LDB, INFO)
  SGESV computes the solution to system of linear equations A * X = B for GE matrices (simple driver) More...
 
sgetrs
subroutine sgetrs(TRANS, N, NRHS, A, LDA, IPIV, B, LDB, INFO)
SGETRS
Definition: sgetrs.f:123
sgetrf
subroutine sgetrf(M, N, A, LDA, IPIV, INFO)
SGETRF
Definition: sgetrf.f:110
xerbla
subroutine xerbla(SRNAME, INFO)
XERBLA
Definition: xerbla.f:62