![]() |
![]()
| ![]() |
![]()
NAMESRC/slar1v.f SYNOPSISFunctions/Subroutinessubroutine slar1v (n, b1, bn, lambda, d, l, ld, lld,
pivmin, gaptol, z, wantnc, negcnt, ztz, mingma, r, isuppz, nrminv, resid,
rqcorr, work)
Function/Subroutine Documentationsubroutine slar1v (integer n, integer b1, integer bn, real lambda, real, dimension( * ) d, real, dimension( * ) l, real, dimension( * ) ld, real, dimension( * ) lld, real pivmin, real gaptol, real, dimension( * ) z, logical wantnc, integer negcnt, real ztz, real mingma, integer r, integer, dimension( * ) isuppz, real nrminv, real resid, real rqcorr, real, dimension( * ) work)SLAR1V 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 slar1v.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|