LAPACK 3.3.0

sgtcon.f File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine SGTCON (NORM, N, DL, D, DU, DU2, IPIV, ANORM, RCOND, WORK, IWORK, INFO)

Function Documentation

subroutine SGTCON ( CHARACTER  NORM,
INTEGER  N,
REAL,dimension( * )  DL,
REAL,dimension( * )  D,
REAL,dimension( * )  DU,
REAL,dimension( * )  DU2,
INTEGER,dimension( * )  IPIV,
REAL  ANORM,
REAL  RCOND,
REAL,dimension( * )  WORK,
INTEGER,dimension( * )  IWORK,
INTEGER  INFO 
)

Definition at line 1 of file sgtcon.f.

Here is the call graph for this function:

Here is the caller graph for this function:

 All Files Functions