![]() |
![]()
| ![]() |
![]()
NAMESRC/sgesc2.f SYNOPSISFunctions/Subroutinessubroutine sgesc2 (n, a, lda, rhs, ipiv, jpiv, scale)
Function/Subroutine Documentationsubroutine sgesc2 (integer n, real, dimension( lda, * ) a, integer lda, real, dimension( * ) rhs, integer, dimension( * ) ipiv, integer, dimension( * ) jpiv, real scale)SGESC2 solves a system of linear equations using the LU factorization with complete pivoting computed by sgetc2. Purpose:
Parameters N
A
LDA
RHS
IPIV
JPIV
SCALE
Author Univ. of Tennessee
Univ. of California Berkeley Univ. of Colorado Denver NAG Ltd. Contributors: Bo Kagstrom and Peter Poromaa, Department of Computing
Science, Umea University, S-901 87 Umea, Sweden.
Definition at line 113 of file sgesc2.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|