LAPACK 3.3.0

ssycon.f File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine SSYCON (UPLO, N, A, LDA, IPIV, ANORM, RCOND, WORK, IWORK, INFO)

Function Documentation

subroutine SSYCON ( CHARACTER  UPLO,
INTEGER  N,
REAL,dimension( lda, * )  A,
INTEGER  LDA,
INTEGER,dimension( * )  IPIV,
REAL  ANORM,
REAL  RCOND,
REAL,dimension( * )  WORK,
INTEGER,dimension( * )  IWORK,
INTEGER  INFO 
)

Definition at line 1 of file ssycon.f.

Here is the call graph for this function:

Here is the caller graph for this function:

 All Files Functions