![]() |
![]()
| ![]() |
![]()
NAMESRC/dgelq2.f SYNOPSISFunctions/Subroutinessubroutine dgelq2 (m, n, a, lda, tau, work, info)
Function/Subroutine Documentationsubroutine dgelq2 (integer m, integer n, double precision, dimension( lda, * ) a, integer lda, double precision, dimension( * ) tau, double precision, dimension( * ) work, integer info)DGELQ2 computes the LQ 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 128 of file dgelq2.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|