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
slarz.f File Reference
Functions
subroutine
SLARZ
(SIDE, M, N,
L
, V, INCV, TAU,
C
, LDC,
WORK
)
Function Documentation
subroutine SLARZ
(
CHARACTER
SIDE
,
INTEGER
M
,
INTEGER
N
,
INTEGER
L
,
REAL,dimension( * )
V
,
INTEGER
INCV
,
REAL
TAU
,
REAL,dimension( ldc, * )
C
,
INTEGER
LDC
,
REAL,dimension( * )
WORK
)