RSCL: multiplies an n-element real vector x by the real scalar 1/a. This is done without overflow or underflow as long as the final result x/a does not overflow or underflow.
More...
RSCL: multiplies an n-element real vector x by the real scalar 1/a. This is done without overflow or underflow as long as the final result x/a does not overflow or underflow.
◆ drscl()
pure subroutine la_lapack::rscl::drscl |
( |
integer(ilp), intent(in) |
n, |
|
|
real(dp), intent(in) |
sa, |
|
|
real(dp), dimension(*), intent(inout) |
sx, |
|
|
integer(ilp), intent(in) |
incx |
|
) |
| |
◆ la_drscl()
la_lapack::rscl::la_drscl |
◆ la_qrscl()
la_lapack::rscl::la_qrscl |
◆ la_srscl()
la_lapack::rscl::la_srscl |
◆ srscl()
pure subroutine la_lapack::rscl::srscl |
( |
integer(ilp), intent(in) |
n, |
|
|
real(sp), intent(in) |
sa, |
|
|
real(sp), dimension(*), intent(inout) |
sx, |
|
|
integer(ilp), intent(in) |
incx |
|
) |
| |
The documentation for this interface was generated from the following file: