LAPACK 3.12.0
LAPACK: Linear Algebra PACKage
Collaboration diagram for lascl: scale matrix:

Functions

subroutine clascl (TYPE, KL, KU, CFROM, CTO, M, N, A, LDA, INFO)
 CLASCL multiplies a general rectangular matrix by a real scalar defined as cto/cfrom. More...
 
subroutine dlascl (TYPE, KL, KU, CFROM, CTO, M, N, A, LDA, INFO)
 DLASCL multiplies a general rectangular matrix by a real scalar defined as cto/cfrom. More...
 
subroutine slascl (TYPE, KL, KU, CFROM, CTO, M, N, A, LDA, INFO)
 SLASCL multiplies a general rectangular matrix by a real scalar defined as cto/cfrom. More...
 
subroutine zlascl (TYPE, KL, KU, CFROM, CTO, M, N, A, LDA, INFO)
 ZLASCL multiplies a general rectangular matrix by a real scalar defined as cto/cfrom. More...
 

Detailed Description