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