![]() |
![]()
| ![]() |
![]()
NAMESRC/sgeql2.f SYNOPSISFunctions/Subroutinessubroutine sgeql2 (m, n, a, lda, tau, work, info)
Function/Subroutine Documentationsubroutine sgeql2 (integer m, integer n, real, dimension( lda, * ) a, integer lda, real, dimension( * ) tau, real, dimension( * ) work, integer info)SGEQL2 computes the QL factorization of a general rectangular matrix using an unblocked algorithm. Purpose:
Parameters M
N
A
LDA
TAU
WORK
INFO
Author Univ. of Tennessee
Univ. of California Berkeley Univ. of Colorado Denver NAG Ltd. Further Details:
Definition at line 122 of file sgeql2.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|