GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
Go to the source code of this file.
Functions | |
subroutine | dspigm (NEQ, TN, Y, YPRIME, SAVR, R, WGHT, MAXL, MAXLP1, KMP, EPLIN, CJ, RES, IRES, NRE, PSOL, NPSL, Z, V, HES, Q, LGMR, WP, IWP, WK, DL, RHOK, IFLAG, IRST, NRSTS, RPAR, IPAR) |
subroutine dspigm | ( | integer | NEQ, |
double precision | TN, | ||
double precision, dimension(*) | Y, | ||
double precision, dimension(*) | YPRIME, | ||
double precision, dimension(*) | SAVR, | ||
double precision, dimension(*) | R, | ||
double precision, dimension(*) | WGHT, | ||
integer | MAXL, | ||
integer | MAXLP1, | ||
integer | KMP, | ||
double precision | EPLIN, | ||
double precision | CJ, | ||
, external | RES, | ||
integer | IRES, | ||
integer | NRE, | ||
, external | PSOL, | ||
integer | NPSL, | ||
double precision, dimension(*) | Z, | ||
double precision, dimension(neq,*) | V, | ||
double precision, dimension(maxlp1,*) | HES, | ||
double precision, dimension(*) | Q, | ||
integer | LGMR, | ||
double precision, dimension(*) | WP, | ||
integer, dimension(*) | IWP, | ||
double precision, dimension(*) | WK, | ||
double precision, dimension(*) | DL, | ||
double precision | RHOK, | ||
integer | IFLAG, | ||
integer | IRST, | ||
integer | NRSTS, | ||
double precision, dimension(*) | RPAR, | ||
integer, dimension(*) | IPAR | ||
) |
Definition at line 5 of file dspigm.f.
References abs(), datv(), dhels(), dheqr(), workspace_element::dimension(), dorth(), MatrixType::info(), and ComplexMatrix::prod().
Referenced by dslvk().