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
cpbtrs.f File Reference
Functions
subroutine
CPBTRS
(UPLO, N, KD, NRHS, AB, LDAB,
B
,
LDB
, INFO)
Function Documentation
subroutine CPBTRS
(
CHARACTER
UPLO
,
INTEGER
N
,
INTEGER
KD
,
INTEGER
NRHS
,
COMPLEX,dimension( ldab, * )
AB
,
INTEGER
LDAB
,
COMPLEX,dimension( ldb, * )
B
,
INTEGER
LDB
,
INTEGER
INFO
)