LAPACK 3.12.1
LAPACK: Linear Algebra PACKage
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
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.
 
subroutine dlarscl2 (m, n, d, x, ldx)
 DLARSCL2 performs reciprocal diagonal scaling on a matrix.
 
subroutine slarscl2 (m, n, d, x, ldx)
 SLARSCL2 performs reciprocal diagonal scaling on a matrix.
 
subroutine zlarscl2 (m, n, d, x, ldx)
 ZLARSCL2 performs reciprocal diagonal scaling on a matrix.
 

Detailed Description