sgesc2.f (3) Linux Manual Page
sgesc2.f – Synopsis Functions/Subroutines subroutine sgesc2 (N, A, LDA, RHS, IPIV, JPIV, SCALE) SGESC2 solves a system of linear equations using the LU factorization with complete pivoting computed by sgetc2. Function/Subroutine Documentation subroutine sgesc2 (integerN, real, dimension( lda, * )A, integerLDA, real, dimension( * )RHS, integer, dimension( * )IPIV, integer, dimension( * )JPIV, realSCALE) SGESC2…
