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