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