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