LAPACK 3.3.0

ssytri.f File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine SSYTRI (UPLO, N, A, LDA, IPIV, WORK, INFO)

Function Documentation

subroutine SSYTRI ( CHARACTER  UPLO,
INTEGER  N,
REAL,dimension( lda, * )  A,
INTEGER  LDA,
INTEGER,dimension( * )  IPIV,
REAL,dimension( * )  WORK,
INTEGER  INFO 
)

Definition at line 1 of file ssytri.f.

Here is the call graph for this function:

Here is the caller graph for this function:

 All Files Functions