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
zptsv.f File Reference
Functions
subroutine
ZPTSV
(N, NRHS,
D
,
E
,
B
,
LDB
, INFO)
Function Documentation
subroutine ZPTSV
(
INTEGER
N
,
INTEGER
NRHS
,
DOUBLE PRECISION,dimension( * )
D
,
COMPLEX*16,dimension( * )
E
,
COMPLEX*16,dimension( ldb, * )
B
,
INTEGER
LDB
,
INTEGER
INFO
)