LAPACK  3.9.0
LAPACK: Linear Algebra PACKage
dlacon.f File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine dlacon (N, V, X, ISGN, EST, KASE)
 DLACON estimates the 1-norm of a square matrix, using reverse communication for evaluating matrix-vector products. More...
 
idamax
integer function idamax(N, DX, INCX)
IDAMAX
Definition: idamax.f:73
dcopy
subroutine dcopy(N, DX, INCX, DY, INCY)
DCOPY
Definition: dcopy.f:84
dasum
double precision function dasum(N, DX, INCX)
DASUM
Definition: dasum.f:73