| 
 
 NAMESRC/zlacon.f SYNOPSISFunctions/Subroutinessubroutine zlacon (n, v, x, est, kase)
   Function/Subroutine Documentationsubroutine zlacon (integer n, complex*16, dimension( n ) v, complex*16, dimension( n ) x, double precision est, integer kase)ZLACON estimates the 1-norm of a square matrix, using reverse communication for evaluating matrix-vector products. Purpose: 
 Parameters N
 
 V 
 X 
 EST 
 KASE 
 Author Univ. of Tennessee
 
Univ. of California Berkeley Univ. of Colorado Denver NAG Ltd. Further Details: Originally named CONEST, dated March 16, 1988.
 
Last modified: April, 1999 Contributors: Nick Higham, University of Manchester 
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 113 of file zlacon.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code. 
 
  |