LAPACK 3.3.1
Linear Algebra PACKage

dsgesv.f File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine DSGESV (N, NRHS, A, LDA, IPIV, B, LDB, X, LDX, WORK, SWORK, ITER, INFO)

Function Documentation

subroutine DSGESV ( INTEGER  N,
INTEGER  NRHS,
DOUBLE PRECISION,dimension( lda, * )  A,
INTEGER  LDA,
INTEGER,dimension( * )  IPIV,
DOUBLE PRECISION,dimension( ldb, * )  B,
INTEGER  LDB,
DOUBLE PRECISION,dimension( ldx, * )  X,
INTEGER  LDX,
DOUBLE PRECISION,dimension( n, * )  WORK,
REAL,dimension( * )  SWORK,
INTEGER  ITER,
INTEGER  INFO 
)

Definition at line 1 of file dsgesv.f.

Here is the call graph for this function:

Here is the caller graph for this function:

 All Files Functions