LAPACK 3.3.0

strcon.f File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine STRCON (NORM, UPLO, DIAG, N, A, LDA, RCOND, WORK, IWORK, INFO)

Function Documentation

subroutine STRCON ( CHARACTER  NORM,
CHARACTER  UPLO,
CHARACTER  DIAG,
INTEGER  N,
REAL,dimension( lda, * )  A,
INTEGER  LDA,
REAL  RCOND,
REAL,dimension( * )  WORK,
INTEGER,dimension( * )  IWORK,
INTEGER  INFO 
)

Definition at line 1 of file strcon.f.

Here is the call graph for this function:

Here is the caller graph for this function:

 All Files Functions