![]() |
![]()
| ![]() |
![]()
NAMESRC/ssytrs_aa_2stage.f SYNOPSISFunctions/Subroutinessubroutine ssytrs_aa_2stage (uplo, n, nrhs, a, lda, tb,
ltb, ipiv, ipiv2, b, ldb, info)
Function/Subroutine Documentationsubroutine ssytrs_aa_2stage (character uplo, integer n, integer nrhs, real, dimension( lda, * ) a, integer lda, real, dimension( * ) tb, integer ltb, integer, dimension( * ) ipiv, integer, dimension( * ) ipiv2, real, dimension( ldb, * ) b, integer ldb, integer info)SSYTRS_AA_2STAGE Purpose:
Parameters UPLO
N
NRHS
A
LDA
TB
LTB
IPIV
IPIV2
B
LDB
INFO
Author Univ. of Tennessee
Univ. of California Berkeley Univ. of Colorado Denver NAG Ltd. Definition at line 137 of file ssytrs_aa_2stage.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|