![]() |
![]()
| ![]() |
![]()
NAMESRC/dsyequb.f SYNOPSISFunctions/Subroutinessubroutine dsyequb (uplo, n, a, lda, s, scond, amax, work,
info)
Function/Subroutine Documentationsubroutine dsyequb (character uplo, integer n, double precision, dimension( lda, * ) a, integer lda, double precision, dimension( * ) s, double precision scond, double precision amax, double precision, dimension( * ) work, integer info)DSYEQUB Purpose:
Parameters UPLO
N
A
LDA
S
SCOND
AMAX
WORK
INFO
Author Univ. of Tennessee
Univ. of California Berkeley Univ. of Colorado Denver NAG Ltd. References: Livne, O.E. and Golub, G.H., 'Scaling by
Binormalization',
Numerical Algorithms, vol. 35, no. 1, pp. 97-120, January 2004. DOI 10.1023/B:NUMA.0000016606.32820.69 Tech report version: http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.3.1679 Definition at line 130 of file dsyequb.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|