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
sgbtrf.f File Reference
Functions
subroutine
SGBTRF
(M, N, KL, KU, AB, LDAB, IPIV, INFO)
Function Documentation
subroutine SGBTRF
(
INTEGER
M
,
INTEGER
N
,
INTEGER
KL
,
INTEGER
KU
,
REAL,dimension( ldab, * )
AB
,
INTEGER
LDAB
,
INTEGER,dimension( * )
IPIV
,
INTEGER
INFO
)