|
NLSL
|
Go to the source code of this file.
Functions/Subroutines | |
| subroutine | qrfac (m, n, a, lda, pivot, ipvt, lipvt, rdiag, acnorm, wa) |
| subroutine qrfac | ( | integer | m, |
| integer | n, | ||
| double precision, dimension(lda,n) | a, | ||
| integer | lda, | ||
| logical | pivot, | ||
| integer, dimension(n) | ipvt, | ||
| integer | lipvt, | ||
| double precision, dimension(n) | rdiag, | ||
| double precision, dimension(n) | acnorm, | ||
| double precision, dimension(n) | wa | ||
| ) |