Octave-Forge
- Extra packages for GNU Octave
Home
·
Packages
·
Developers
·
Documentation
·
FAQ
·
Bugs
·
Mailing Lists
·
Links
·
Code
Navigation
Operators and Keywords
Function List:
» Octave core
» by package
» alphabetical
C++ API
Main Page
Namespaces
Classes
Files
S
earch for
File List
File Members
zgelq2.f File Reference
Functions
subroutine
ZGELQ2
(M, N, A,
LDA
, TAU,
WORK
, INFO)
Function Documentation
subroutine ZGELQ2
(
INTEGER
M
,
INTEGER
N
,
COMPLEX*16,dimension( lda, * )
A
,
INTEGER
LDA
,
COMPLEX*16,dimension( * )
TAU
,
COMPLEX*16,dimension( * )
WORK
,
INTEGER
INFO
)