![]() |
![]()
| ![]() |
![]()
NAMESRC/DEPRECATED/sggsvp.f SYNOPSISFunctions/Subroutinessubroutine sggsvp (jobu, jobv, jobq, m, p, n, a, lda, b,
ldb, tola, tolb, k, l, u, ldu, v, ldv, q, ldq, iwork, tau, work, info)
Function/Subroutine Documentationsubroutine sggsvp (character jobu, character jobv, character jobq, integer m, integer p, integer n, real, dimension( lda, * ) a, integer lda, real, dimension( ldb, * ) b, integer ldb, real tola, real tolb, integer k, integer l, real, dimension( ldu, * ) u, integer ldu, real, dimension( ldv, * ) v, integer ldv, real, dimension( ldq, * ) q, integer ldq, integer, dimension( * ) iwork, real, dimension( * ) tau, real, dimension( * ) work, integer info)SGGSVP Purpose:
Parameters JOBU
JOBV
JOBQ
M
P
N
A
LDA
B
LDB
TOLA
TOLB
K
L
U
LDU
V
LDV
Q
LDQ
IWORK
TAU
WORK
INFO
Author Univ. of Tennessee
Univ. of California Berkeley Univ. of Colorado Denver NAG Ltd. Further Details: The subroutine uses LAPACK subroutine SGEQPF for the QR
factorization with column pivoting to detect the effective numerical rank of
the a matrix. It may be replaced by a better rank determination
strategy.
Definition at line 253 of file sggsvp.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|