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

Go to the source code of this file.

Functions/Subroutines

subroutine slacon (N, V, X, ISGN, EST, KASE)
 SLACON estimates the 1-norm of a square matrix, using reverse communication for evaluating matrix-vector products. More...
 
sasum
real function sasum(N, SX, INCX)
SASUM
Definition: sasum.f:74
isamax
integer function isamax(N, SX, INCX)
ISAMAX
Definition: isamax.f:73
scopy
subroutine scopy(N, SX, INCX, SY, INCY)
SCOPY
Definition: scopy.f:84