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