![]() |
![]()
| ![]() |
![]()
NAMESRC/dlar1v.f SYNOPSISFunctions/Subroutinessubroutine dlar1v (n, b1, bn, lambda, d, l, ld, lld,
pivmin, gaptol, z, wantnc, negcnt, ztz, mingma, r, isuppz, nrminv, resid,
rqcorr, work)
Function/Subroutine Documentationsubroutine dlar1v (integer n, integer b1, integer bn, double precision lambda, double precision, dimension( * ) d, double precision, dimension( * ) l, double precision, dimension( * ) ld, double precision, dimension( * ) lld, double precision pivmin, double precision gaptol, double precision, dimension( * ) z, logical wantnc, integer negcnt, double precision ztz, double precision mingma, integer r, integer, dimension( * ) isuppz, double precision nrminv, double precision resid, double precision rqcorr, double precision, dimension( * ) work)DLAR1V computes the (scaled) r-th column of the inverse of the submatrix in rows b1 through bn of the tridiagonal matrix LDLT - λI. Purpose:
Parameters N
B1
BN
LAMBDA
L
D
LD
LLD
PIVMIN
GAPTOL
Z
WANTNC
NEGCNT
ZTZ
MINGMA
R
ISUPPZ
NRMINV
RESID
RQCORR
WORK
Author Univ. of Tennessee
Univ. of California Berkeley Univ. of Colorado Denver NAG Ltd. Contributors: Beresford Parlett, University of California, Berkeley,
USA
Jim Demmel, University of California, Berkeley, USA Inderjit Dhillon, University of Texas, Austin, USA Osni Marques, LBNL/NERSC, USA Christof Voemel, University of California, Berkeley, USA Definition at line 227 of file dlar1v.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|