LAPACK 3.12.0
LAPACK: Linear Algebra PACKage
|
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. | |
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. | |
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. | |
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. | |