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

Go to the source code of this file.

Functions/Subroutines

subroutine dlacn2 (N, V, X, ISGN, EST, KASE, ISAVE)
 DLACN2 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