![]() |
![]()
| ![]() |
![]()
NAMElasq4 - lasq4: dqds step SYNOPSISFunctionssubroutine dlasq4 (i0, n0, z, pp, n0in, dmin, dmin1, dmin2,
dn, dn1, dn2, tau, ttype, g)
Detailed DescriptionFunction Documentationsubroutine dlasq4 (integer i0, integer n0, double precision, dimension( * ) z, integer pp, integer n0in, double precision dmin, double precision dmin1, double precision dmin2, double precision dn, double precision dn1, double precision dn2, double precision tau, integer ttype, double precision g)DLASQ4 computes an approximation to the smallest eigenvalue using values of d from the previous transform. Used by sbdsqr. Purpose:
Parameters I0
N0
Z
PP
N0IN
DMIN
DMIN1
DMIN2
DN
DN1
DN2
TAU
TTYPE
G
Author Univ. of Tennessee
Univ. of California Berkeley Univ. of Colorado Denver NAG Ltd. Further Details:
Definition at line 149 of file dlasq4.f. subroutine slasq4 (integer i0, integer n0, real, dimension( * ) z, integer pp, integer n0in, real dmin, real dmin1, real dmin2, real dn, real dn1, real dn2, real tau, integer ttype, real g)SLASQ4 computes an approximation to the smallest eigenvalue using values of d from the previous transform. Used by sbdsqr. Purpose:
Parameters I0
N0
Z
PP
N0IN
DMIN
DMIN1
DMIN2
DN
DN1
DN2
TAU
TTYPE
G
Author Univ. of Tennessee
Univ. of California Berkeley Univ. of Colorado Denver NAG Ltd. Further Details:
Definition at line 149 of file slasq4.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|