LASCL: multiplies the M by N complex matrix A by the real scalar CTO/CFROM. This is done without over/underflow as long as the final result CTO*A(I,J)/CFROM does not over/underflow. TYPE specifies that A may be full, upper triangular, lower triangular, upper Hessenberg, or banded.
More...
|
pure subroutine | clascl (type, kl, ku, cfrom, cto, m, n, a, lda, info) |
|
| la_clascl |
|
pure subroutine | dlascl (type, kl, ku, cfrom, cto, m, n, a, lda, info) |
|
| la_dlascl |
|
| la_qlascl |
|
pure subroutine | slascl (type, kl, ku, cfrom, cto, m, n, a, lda, info) |
|
| la_slascl |
|
| la_wlascl |
|
pure subroutine | zlascl (type, kl, ku, cfrom, cto, m, n, a, lda, info) |
|
| la_zlascl |
|
LASCL: multiplies the M by N complex matrix A by the real scalar CTO/CFROM. This is done without over/underflow as long as the final result CTO*A(I,J)/CFROM does not over/underflow. TYPE specifies that A may be full, upper triangular, lower triangular, upper Hessenberg, or banded.
◆ clascl()
pure subroutine la_lapack::lascl::clascl |
( |
character, intent(in) |
type, |
|
|
integer(ilp), intent(in) |
kl, |
|
|
integer(ilp), intent(in) |
ku, |
|
|
real(sp), intent(in) |
cfrom, |
|
|
real(sp), intent(in) |
cto, |
|
|
integer(ilp), intent(in) |
m, |
|
|
integer(ilp), intent(in) |
n, |
|
|
complex(sp), dimension(lda,*), intent(inout) |
a, |
|
|
integer(ilp), intent(in) |
lda, |
|
|
integer(ilp), intent(out) |
info |
|
) |
| |
◆ dlascl()
pure subroutine la_lapack::lascl::dlascl |
( |
character, intent(in) |
type, |
|
|
integer(ilp), intent(in) |
kl, |
|
|
integer(ilp), intent(in) |
ku, |
|
|
real(dp), intent(in) |
cfrom, |
|
|
real(dp), intent(in) |
cto, |
|
|
integer(ilp), intent(in) |
m, |
|
|
integer(ilp), intent(in) |
n, |
|
|
real(dp), dimension(lda,*), intent(inout) |
a, |
|
|
integer(ilp), intent(in) |
lda, |
|
|
integer(ilp), intent(out) |
info |
|
) |
| |
◆ la_clascl()
la_lapack::lascl::la_clascl |
◆ la_dlascl()
la_lapack::lascl::la_dlascl |
◆ la_qlascl()
la_lapack::lascl::la_qlascl |
◆ la_slascl()
la_lapack::lascl::la_slascl |
◆ la_wlascl()
la_lapack::lascl::la_wlascl |
◆ la_zlascl()
la_lapack::lascl::la_zlascl |
◆ slascl()
pure subroutine la_lapack::lascl::slascl |
( |
character, intent(in) |
type, |
|
|
integer(ilp), intent(in) |
kl, |
|
|
integer(ilp), intent(in) |
ku, |
|
|
real(sp), intent(in) |
cfrom, |
|
|
real(sp), intent(in) |
cto, |
|
|
integer(ilp), intent(in) |
m, |
|
|
integer(ilp), intent(in) |
n, |
|
|
real(sp), dimension(lda,*), intent(inout) |
a, |
|
|
integer(ilp), intent(in) |
lda, |
|
|
integer(ilp), intent(out) |
info |
|
) |
| |
◆ zlascl()
pure subroutine la_lapack::lascl::zlascl |
( |
character, intent(in) |
type, |
|
|
integer(ilp), intent(in) |
kl, |
|
|
integer(ilp), intent(in) |
ku, |
|
|
real(dp), intent(in) |
cfrom, |
|
|
real(dp), intent(in) |
cto, |
|
|
integer(ilp), intent(in) |
m, |
|
|
integer(ilp), intent(in) |
n, |
|
|
complex(dp), dimension(lda,*), intent(inout) |
a, |
|
|
integer(ilp), intent(in) |
lda, |
|
|
integer(ilp), intent(out) |
info |
|
) |
| |
The documentation for this interface was generated from the following file: