![]() |
![]()
| ![]() |
![]()
NAMESRC/slacon.f SYNOPSISFunctions/Subroutinessubroutine slacon (n, v, x, isgn, est, kase)
Function/Subroutine Documentationsubroutine slacon (integer n, real, dimension( * ) v, real, dimension( * ) x, integer, dimension( * ) isgn, real est, integer kase)SLACON estimates the 1-norm of a square matrix, using reverse communication for evaluating matrix-vector products. Purpose:
Parameters N
V
X
ISGN
EST
KASE
Author Univ. of Tennessee
Univ. of California Berkeley Univ. of Colorado Denver NAG Ltd. Contributors: Nick Higham, University of Manchester.
Originally named SONEST, dated March 16, 1988. References: N.J. Higham, 'FORTRAN codes for estimating the one-norm
of
a real or complex matrix, with applications to condition estimation', ACM Trans. Math. Soft., vol. 14, no. 4, pp. 381-396, December 1988. Definition at line 114 of file slacon.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|