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
dgeqr2.f File Reference
Functions
subroutine
DGEQR2
(M, N, A,
LDA
, TAU,
WORK
, INFO)
Function Documentation
subroutine DGEQR2
(
INTEGER
M
,
INTEGER
N
,
DOUBLE PRECISION,dimension( lda, * )
A
,
INTEGER
LDA
,
DOUBLE PRECISION,dimension( * )
TAU
,
DOUBLE PRECISION,dimension( * )
WORK
,
INTEGER
INFO
)