LAPACK 3.12.0
LAPACK: Linear Algebra PACKage
larscl2: reciprocal diagonal scale matrix, A = D^{-1} A
Collaboration diagram for larscl2: reciprocal diagonal scale matrix, A = D^{-1} A:

Functions

subroutine clarscl2 (M, N, D, X, LDX)
 CLARSCL2 performs reciprocal diagonal scaling on a matrix. More...
 
subroutine dlarscl2 (M, N, D, X, LDX)
 DLARSCL2 performs reciprocal diagonal scaling on a matrix. More...
 
subroutine slarscl2 (M, N, D, X, LDX)
 SLARSCL2 performs reciprocal diagonal scaling on a matrix. More...
 
subroutine zlarscl2 (M, N, D, X, LDX)
 ZLARSCL2 performs reciprocal diagonal scaling on a matrix. More...
 

Detailed Description