![]() |
![]()
| ![]() |
![]()
NAMESRC/slaeda.f SYNOPSISFunctions/Subroutinessubroutine slaeda (n, tlvls, curlvl, curpbm, prmptr, perm,
givptr, givcol, givnum, q, qptr, z, ztemp, info)
Function/Subroutine Documentationsubroutine slaeda (integer n, integer tlvls, integer curlvl, integer curpbm, integer, dimension( * ) prmptr, integer, dimension( * ) perm, integer, dimension( * ) givptr, integer, dimension( 2, * ) givcol, real, dimension( 2, * ) givnum, real, dimension( * ) q, integer, dimension( * ) qptr, real, dimension( * ) z, real, dimension( * ) ztemp, integer info)SLAEDA used by SSTEDC. Computes the Z vector determining the rank-one modification of the diagonal matrix. Used when the original matrix is dense. Purpose:
Parameters N
TLVLS
CURLVL
CURPBM
PRMPTR
PERM
GIVPTR
GIVCOL
GIVNUM
Q
QPTR
Z
ZTEMP
INFO
Author Univ. of Tennessee
Univ. of California Berkeley Univ. of Colorado Denver NAG Ltd. Contributors: Jeff Rutter, Computer Science Division, University of
California at Berkeley, USA
Definition at line 164 of file slaeda.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|